summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-26 12:37:07 -0500
committerDessalines <tyhou13@gmx.com>2020-01-26 12:37:07 -0500
commita7f2b2927d7ce12b2077c8989fa33aebe5a9c0a4 (patch)
tree830e9c3eaa6e9308dfe35e60ed98424f96c34ca8 /ui
parentfc0495894d2c416b78f568323e3a8a56a04b03d0 (diff)
Adding finnish to translation report.
Diffstat (limited to 'ui')
-rw-r--r--ui/translation_report.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/translation_report.ts b/ui/translation_report.ts
index 71a09559..19718c7d 100644
--- a/ui/translation_report.ts
+++ b/ui/translation_report.ts
@@ -8,6 +8,7 @@ import { sv } from './src/translations/sv';
import { ru } from './src/translations/ru';
import { nl } from './src/translations/nl';
import { it } from './src/translations/it';
+import { fi } from './src/translations/fi';
import fs from 'fs';
let readmePath = '../README.md';
@@ -31,6 +32,7 @@ function buildReport(): string {
{ t: de, n: 'de' },
{ t: eo, n: 'eo' },
{ t: es, n: 'es' },
+ { t: fi, n: 'fi' },
{ t: fr, n: 'fr' },
{ t: it, n: 'it' },
{ t: nl, n: 'nl' },