diff --git a/.translate/import.py b/.translate/import.py index 79d7bee7..4df2bf97 100644 --- a/.translate/import.py +++ b/.translate/import.py @@ -71,5 +71,5 @@ for language in languages: log_missing_translations(current_translations, decoded) fd = open('../frontend/src/i18n/%s.json' % language['code'], 'w') - fd.write(json.dumps(parsed, indent=2, ensure_ascii=False)) + fd.write(json.dumps(parsed, indent=2, ensure_ascii=False) + '\n') fd.close() diff --git a/frontend/src/i18n/ar_AR.json b/frontend/src/i18n/ar_AR.json index cedb56ca..5b87ef55 100644 --- a/frontend/src/i18n/ar_AR.json +++ b/frontend/src/i18n/ar_AR.json @@ -302,4 +302,4 @@ "seconds": "ثواني", "unit": "وحدة الوقت" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/en_GB.json b/frontend/src/i18n/en_GB.json index 75e76672..f3a5d93f 100644 --- a/frontend/src/i18n/en_GB.json +++ b/frontend/src/i18n/en_GB.json @@ -302,4 +302,4 @@ "seconds": "Seconds", "unit": "Time Unit" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/es_AR.json b/frontend/src/i18n/es_AR.json index 8bf41a75..a9772b9c 100644 --- a/frontend/src/i18n/es_AR.json +++ b/frontend/src/i18n/es_AR.json @@ -302,4 +302,4 @@ "seconds": "Segundos", "unit": "Unidad" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/es_CO.json b/frontend/src/i18n/es_CO.json index 7709bca7..af714441 100644 --- a/frontend/src/i18n/es_CO.json +++ b/frontend/src/i18n/es_CO.json @@ -302,4 +302,4 @@ "seconds": "Segundos", "unit": "Unidad" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/es_ES.json b/frontend/src/i18n/es_ES.json index 7f5eae6d..6e60dba7 100644 --- a/frontend/src/i18n/es_ES.json +++ b/frontend/src/i18n/es_ES.json @@ -302,4 +302,4 @@ "seconds": "Segundos", "unit": "Unidad de tiempo" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/es_MX.json b/frontend/src/i18n/es_MX.json index 464322fb..490de743 100644 --- a/frontend/src/i18n/es_MX.json +++ b/frontend/src/i18n/es_MX.json @@ -302,4 +302,4 @@ "seconds": "Segundos", "unit": "Unidad" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/fr_FR.json b/frontend/src/i18n/fr_FR.json index 83a8cf8f..45428257 100644 --- a/frontend/src/i18n/fr_FR.json +++ b/frontend/src/i18n/fr_FR.json @@ -302,4 +302,4 @@ "seconds": "Secondes", "unit": "Unité de temps" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/id_ID.json b/frontend/src/i18n/id_ID.json index 2bb7d54d..510184ac 100644 --- a/frontend/src/i18n/id_ID.json +++ b/frontend/src/i18n/id_ID.json @@ -302,4 +302,4 @@ "seconds": "Detik", "unit": "Waktu" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/lt_LT.json b/frontend/src/i18n/lt_LT.json index 2aca9b7f..80817c3e 100644 --- a/frontend/src/i18n/lt_LT.json +++ b/frontend/src/i18n/lt_LT.json @@ -302,4 +302,4 @@ "seconds": "Sekundės", "unit": "Laiko vienetas" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/pt_BR.json b/frontend/src/i18n/pt_BR.json index e9590408..c72519b5 100644 --- a/frontend/src/i18n/pt_BR.json +++ b/frontend/src/i18n/pt_BR.json @@ -302,4 +302,4 @@ "seconds": "Segundos", "unit": "Unidades de Tempo" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/pt_PT.json b/frontend/src/i18n/pt_PT.json index b30df1da..dd6df025 100644 --- a/frontend/src/i18n/pt_PT.json +++ b/frontend/src/i18n/pt_PT.json @@ -302,4 +302,4 @@ "seconds": "Segundos", "unit": "Unidade de tempo" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/ru_RU.json b/frontend/src/i18n/ru_RU.json index ad328193..13e2c37e 100644 --- a/frontend/src/i18n/ru_RU.json +++ b/frontend/src/i18n/ru_RU.json @@ -302,4 +302,4 @@ "seconds": "Секунды", "unit": "Единица времени" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/tr_TR.json b/frontend/src/i18n/tr_TR.json index ffa3bf05..babfa8d9 100644 --- a/frontend/src/i18n/tr_TR.json +++ b/frontend/src/i18n/tr_TR.json @@ -302,4 +302,4 @@ "seconds": "Saniye", "unit": "Zaman Birimi" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/uk_UA.json b/frontend/src/i18n/uk_UA.json index 15b6eb26..ecb4033c 100644 --- a/frontend/src/i18n/uk_UA.json +++ b/frontend/src/i18n/uk_UA.json @@ -302,4 +302,4 @@ "seconds": "Секунди", "unit": "Одиниця часу" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/zh_CN.json b/frontend/src/i18n/zh_CN.json index 8d8e79bc..b96e2291 100644 --- a/frontend/src/i18n/zh_CN.json +++ b/frontend/src/i18n/zh_CN.json @@ -302,4 +302,4 @@ "seconds": "秒", "unit": "时间单位" } -} \ No newline at end of file +}