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:
parent
b77b4abdc2
commit
38a790dd04
4 changed files with 20 additions and 5 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue