mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 16:33:23 +08:00
Fixes and cleanup
This commit is contained in:
@@ -3,10 +3,10 @@ import has from 'lodash/has';
|
||||
import get from 'lodash/get';
|
||||
import merge from 'lodash/merge';
|
||||
|
||||
import daTA from 'timeago.js/locales/da';
|
||||
import esTA from 'timeago.js/locales/es'
|
||||
import frTA from 'timeago.js/locales/fr`';
|
||||
import pt_BRTA from 'timeago.js/locales/pt_BR';
|
||||
import daTA from '../../../node_modules/timeago.js/locales/da';
|
||||
import esTA from '../../../node_modules/timeago.js/locales/es'
|
||||
import frTA from '../../../node_modules/timeago.js/locales/fr';
|
||||
import pt_BRTA from '../../../node_modules/timeago.js/locales/pt_BR';
|
||||
|
||||
import en from '../../../locales/en.yml';
|
||||
import da from '../../../locales/da.yml';
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
da_DK:
|
||||
da:
|
||||
your_account_has_been_suspended: Din konto er midlertidigt suspenderet
|
||||
your_account_has_been_banned: Din konto er blevet banned.
|
||||
your_username_has_been_rejected: Din konto er blevet suspenderet fordi dit brugernavn er blevet anset for upassende. For at gendanne din konto, venligst indtast et nyt brugernavn.
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ let defaultLanguage = 'en';
|
||||
let language = defaultLanguage;
|
||||
const languages = ['en', 'da', 'es', 'fr', 'pt_BR'];
|
||||
|
||||
const translations = Object.assign(en, es, fr, pt_BR, da_DK);
|
||||
const translations = Object.assign(en, es, fr, pt_BR, da);
|
||||
|
||||
/**
|
||||
* Exposes a service object to allow translations.
|
||||
|
||||
Reference in New Issue
Block a user