fix: Add newlines to i18n files

pull/3756/head
Laurynas Gadliauskas 2022-11-09 11:26:38 +02:00
parent 3afa7dcc3e
commit 696959c60c
16 changed files with 16 additions and 16 deletions

View File

@ -71,5 +71,5 @@ for language in languages:
log_missing_translations(current_translations, decoded) log_missing_translations(current_translations, decoded)
fd = open('../frontend/src/i18n/%s.json' % language['code'], 'w') 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() fd.close()

View File

@ -302,4 +302,4 @@
"seconds": "ثواني", "seconds": "ثواني",
"unit": "وحدة الوقت" "unit": "وحدة الوقت"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Seconds", "seconds": "Seconds",
"unit": "Time Unit" "unit": "Time Unit"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Segundos", "seconds": "Segundos",
"unit": "Unidad" "unit": "Unidad"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Segundos", "seconds": "Segundos",
"unit": "Unidad" "unit": "Unidad"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Segundos", "seconds": "Segundos",
"unit": "Unidad de tiempo" "unit": "Unidad de tiempo"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Segundos", "seconds": "Segundos",
"unit": "Unidad" "unit": "Unidad"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Secondes", "seconds": "Secondes",
"unit": "Unité de temps" "unit": "Unité de temps"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Detik", "seconds": "Detik",
"unit": "Waktu" "unit": "Waktu"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Sekundės", "seconds": "Sekundės",
"unit": "Laiko vienetas" "unit": "Laiko vienetas"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Segundos", "seconds": "Segundos",
"unit": "Unidades de Tempo" "unit": "Unidades de Tempo"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Segundos", "seconds": "Segundos",
"unit": "Unidade de tempo" "unit": "Unidade de tempo"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Секунды", "seconds": "Секунды",
"unit": "Единица времени" "unit": "Единица времени"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Saniye", "seconds": "Saniye",
"unit": "Zaman Birimi" "unit": "Zaman Birimi"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "Секунди", "seconds": "Секунди",
"unit": "Одиниця часу" "unit": "Одиниця часу"
} }
} }

View File

@ -302,4 +302,4 @@
"seconds": "秒", "seconds": "秒",
"unit": "时间单位" "unit": "时间单位"
} }
} }