From 93bb5a0bf60bc80c86cc3eb8f3ffc4cb19c6eefd Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 9 Mar 2020 18:58:41 +1000 Subject: [PATCH] fix missing newline in ftl files https://anki.tenderapp.com/discussions/beta-testing/1836-problem-with-new-translations --- qt/ftl/addons.ftl | 2 +- rslib/tests/support/ftl/templates/test.ftl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/ftl/addons.ftl b/qt/ftl/addons.ftl index 4ba2ddb93..134ae8532 100644 --- a/qt/ftl/addons.ftl +++ b/qt/ftl/addons.ftl @@ -6,4 +6,4 @@ addons-failed-to-load = {$traceback} # Shown in the add-on configuration screen (Tools>Add-ons>Config), in the title bar addons-config-window-title = Configure '{$name}' -addons-config-validation-error = There was a problem with the provided configuration: {$problem} \ No newline at end of file +addons-config-validation-error = There was a problem with the provided configuration: {$problem} diff --git a/rslib/tests/support/ftl/templates/test.ftl b/rslib/tests/support/ftl/templates/test.ftl index eb1867ab1..e654f414e 100644 --- a/rslib/tests/support/ftl/templates/test.ftl +++ b/rslib/tests/support/ftl/templates/test.ftl @@ -4,4 +4,4 @@ two-args-key = two args: {$one} and {$two} plural = You have {$hats -> [one] 1 hat *[other] {$hats} hats - }. \ No newline at end of file + }.