From 04f69a6b44e41adcc956b19f0ce15f7e08384045 Mon Sep 17 00:00:00 2001 From: Michael Kohler Date: Sat, 6 Nov 2021 15:18:23 +0100 Subject: [PATCH] Fix typo --- docs/LOCALIZATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LOCALIZATION.md b/docs/LOCALIZATION.md index de42b7b5..8dc5803c 100644 --- a/docs/LOCALIZATION.md +++ b/docs/LOCALIZATION.md @@ -21,7 +21,7 @@ When changing an existing string, there are two options: - If the change of the string is minimal and does not require any re-translation in other languages (such as a small typo fix), you can simply change it in the English file. - If the string needs to be retranslated in all languages, please rename the string ID as well. This then gets treated as a new string and localizers can re-translate it in Pontoon. -### Deleting a new string +### Deleting a string When deleting a string, remove it from the `messages.ftl` file and you're done. On the next export the string will be deleted from Pontoon.