mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 02:04:38 +00:00
Split application translation strings and QU strings (fixes #1705)
This commit is contained in:
@@ -25,7 +25,7 @@ function RefreshQuPluralTestingResult()
|
||||
}
|
||||
|
||||
animateCSS("h2", "shake");
|
||||
$("#result").text(__n(amount, singularForm, pluralForm));
|
||||
$("#result").text(__n(amount, singularForm, pluralForm, true));
|
||||
}
|
||||
|
||||
if (GetUriParam("qu") !== undefined)
|
||||
|
Reference in New Issue
Block a user