mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
Enable uk-UA
This commit is contained in:
parent
5547a3f54c
commit
365f21d44d
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class Util {
|
|||
};
|
||||
|
||||
enabledLangs () {
|
||||
return [ "da-DK", "de-DE", "en-US", "es-ES", "fr-FR", "hi-IN", "id-ID", "it-IT", "no-NO", "ro-RO", "zh-CN", "zh-TW" ];
|
||||
return [ "da-DK", "de-DE", "en-US", "es-ES", "fr-FR", "hi-IN", "id-ID", "it-IT", "no-NO", "ro-RO", "uk-UA", "zh-CN", "zh-TW" ];
|
||||
};
|
||||
|
||||
translate (key) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue