Skip to content

Commit 31aef0c

Browse files
committed
lang fixes
1 parent 2fbc463 commit 31aef0c

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

adminforth/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adminforth",
3-
"version": "1.5.8-next.12",
3+
"version": "1.5.8-next.13",
44
"description": "OpenSource Vue3 powered forth-generation admin panel",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

adminforth/plugins/i18n/custom/langCommon.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const countryISO31661ByLangISO6391 = {
5454
ko: 'kr', // Korean → South Korea
5555
ja: 'jp', // Japanese → Japan
5656
uk: 'ua', // Ukrainian → Ukraine
57+
ur: 'pk', // Urdu → Pakistan
5758
};
5859

5960
export function getCountryCodeFromLangCode(langCode) {

adminforth/plugins/i18n/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adminforth/plugins/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adminforth/i18n",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)