1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

v5 release

Supported locales: English and German.
This commit is contained in:
Harvey Kandola 2022-04-13 13:54:27 -04:00
parent b77b4abdc2
commit 38a790dd04
4 changed files with 20 additions and 5 deletions

View file

@ -33,8 +33,6 @@ export default Service.extend({
case "de-DE":
str = this.langs.deDE[key];
break;
default:
str = this.langs.enUS[key];
}
if (_.isUndefined(str)) {