mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix missing newline in ftl files
https://anki.tenderapp.com/discussions/beta-testing/1836-problem-with-new-translations
This commit is contained in:
parent
1bde8d72bb
commit
93bb5a0bf6
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
addons-config-validation-error = There was a problem with the provided configuration: {$problem}
|
||||
|
|
|
@ -4,4 +4,4 @@ two-args-key = two args: {$one} and {$two}
|
|||
plural = You have {$hats ->
|
||||
[one] 1 hat
|
||||
*[other] {$hats} hats
|
||||
}.
|
||||
}.
|
||||
|
|
Loading…
Reference in a new issue