mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-02-03 18:59:30 -06:00
Merge pull request #1 from xluyenx/xluyenx-patch-1
Update IntlProvider.tsx
This commit is contained in:
commit
ba79eefe5e
@ -47,6 +47,7 @@ const getFlagCodeForLocale = (locale?: string) => {
|
||||
const specialCases: Record<string, string> = {
|
||||
ja: "jp", // Japan
|
||||
zh: "cn", // China
|
||||
vi: "vn, // Vietnam
|
||||
};
|
||||
|
||||
if (specialCases[thisLocale]) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user