Clean localised strings.

Add ordered placeholders to directory_search_results in base language.
This commit is contained in:
Doug
2022-05-17 16:39:44 +01:00
parent c6d94d2f06
commit 8d3866d2e2
6 changed files with 6 additions and 12 deletions
+4 -2
View File
@@ -297,8 +297,10 @@ Tap the + to start adding people.";
"directory_cell_title" = "Browse directory";
"directory_cell_description" = "%tu rooms";
"directory_search_results_title" = "Browse directory results";
"directory_search_results" = "%tu results found for %@";
"directory_search_results_more_than" = ">%tu results found for %@";
/* The placeholder %1$tu will be replaced with a number and %2$@ with the user's search terms. */
"directory_search_results" = "%1$tu results found for %2$@";
/* The placeholder %1$tu will be replaced with a number and %2$@ with the user's search terms. Note the > at the start indicates "more than 20 results". */
"directory_search_results_more_than" = ">%1$tu results found for %2$@";
"directory_searching_title" = "Searching directory…";
"directory_search_fail" = "Failed to fetch data";