Skip to content

Commit

Permalink
Activated Portuguese (Brazil) translation
Browse files Browse the repository at this point in the history
  • Loading branch information
HLXEasy committed Apr 10, 2023
1 parent 85e43fa commit 284ab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/controller/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class KDXApp extends FlowApp{
//console.log("entries", entries)
//let ce = new CustomEvent("flow-i18n-entries", {detail:{entries}})
//window.dispatchEvent(ce)
i18n.setActiveLanguages(['en', 'de', 'fr', 'id', 'it', 'ja', 'ko', 'zh']);
i18n.setActiveLanguages(['en', 'de', 'fr', 'id', 'it', 'pt_BR', 'ja', 'ko', 'zh']);
i18n.setEntries(entries);
this.post("set-app-i18n-entries", {entries:i18n.getEntries()})
//i18n.setTesting(true);
Expand Down

0 comments on commit 284ab60

Please sign in to comment.