Skip to content

Commit

Permalink
fix(i18n): Update supported locales
Browse files Browse the repository at this point in the history
  • Loading branch information
iganchev committed Sep 15, 2021
1 parent 88cb561 commit bcba38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/packages/combined-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Prepare bundles for each localization
*/
function buildLocaleBundles () {
var locales = ["bg", "de", "en", "es", "fr", "ja", "ru"],
var locales = ["bg", "cs", "da", "de", "en", "es", "fr", "hu", "it", "ja", "nb", "nl", "pl", "pt", "ro", "ru", "sv", "tr", "zh-Hans", "zh-Hant"],
newFiles = {}, i;

for (i = 0; i < locales.length; i++) {
Expand Down

0 comments on commit bcba38f

Please sign in to comment.