mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-26 06:55:48 +03:00
Pull request: client: imp locale detection
Merge in DNS/adguard-home from imp-i18n to master Squashed commit of the following: commit f620ca70b2aba2937cf4c2236ca756329d9f38df Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Apr 2 18:27:53 2021 +0300 client: imp locale detection
This commit is contained in:
parent
85b31c58b7
commit
2a43560176
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ const resources = {
|
|||
en: {
|
||||
translation: en,
|
||||
},
|
||||
enUS: {
|
||||
translation: en,
|
||||
},
|
||||
vi: {
|
||||
translation: vi,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue