Skip to content

Commit

Permalink
Ignore: Add [zh-CN] to active language list in about window
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed Dec 1, 2018
1 parent 6d09c05 commit a412f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var AiOS_About = {};
/* let languages = ['ar-SA', 'be-BY', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'en-GB', 'en-US', 'es-AR', 'es-ES', 'et-EE', 'fi-FI',
'fr-FR', 'he-IL', 'hr-HR', 'hu-HU', 'hy-AM', 'it-IT', 'ja-JP', 'ko-KR', 'lt-LT', 'nb-NO', 'nl-NL', 'pl-PL',
'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sk-SK', 'sq-AL', 'sr-RS', 'sv-SE', 'tl', 'tr-TR', 'uk-UA', 'vi-VN', 'zh-CN', 'zh-TW']; */
let languages = ["en-GB", "en-US", "es-AR", "es-ES", "fr-FR", "it-IT", "ru-RU", "tl"];
let languages = ["en-GB", "en-US", "es-AR", "es-ES", "fr-FR", "it-IT", "ru-RU", "tl", "zh-CN"];

// Function to get language name and region from browser strings
let bundleRegions = document.getElementById("bundleRegions");
Expand Down

0 comments on commit a412f1d

Please sign in to comment.