mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
Add a new lang to util.js
This commit is contained in:
parent
523dc8d802
commit
31b437412f
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ class Util {
|
|||
};
|
||||
|
||||
enabledLangs () {
|
||||
return [ 'da-DK', 'de-DE', 'en-US', 'es-ES', 'fr-FR', 'hi-IN', 'it-IT', 'nb-NO', 'zh-CN', 'zh-TW' ];
|
||||
return [ "da-DK", "de-DE", "en-US", "es-ES", "fr-FR", "hi-IN", "id-ID", "it-IT", "no-NO", "zh-CN", "zh-TW" ];
|
||||
};
|
||||
|
||||
translate (key) {
|
||||
|
@ -225,4 +225,4 @@ class Util {
|
|||
|
||||
};
|
||||
|
||||
module.exports = new Util();
|
||||
module.exports = new Util();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue