summaryrefslogtreecommitdiffstats
path: root/ui/translation_report.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/translation_report.ts')
-rw-r--r--ui/translation_report.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/translation_report.ts b/ui/translation_report.ts
index 93579a37..8e579f27 100644
--- a/ui/translation_report.ts
+++ b/ui/translation_report.ts
@@ -6,12 +6,14 @@ import { zh } from './src/translations/zh';
import { fr } from './src/translations/fr';
import { sv } from './src/translations/sv';
import { ru } from './src/translations/ru';
+import { nl } from './src/translations/nl';
let files = [
{t: de, n: 'de'},
- {t: es, n: 'es'},
{t: eo, n: 'eo'},
+ {t: es, n: 'es'},
{t: fr, n: 'fr'},
+ {t: nl, n: 'nl'},
{t: ru, n: 'ru'},
{t: sv, n: 'sv'},
{t: zh, n: 'zh'},