From d9d09d363be5506ba970a7fe16326a75149f25f1 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 26 Dec 2020 01:37:26 +0900 Subject: [PATCH 1/2] refs #1997 Fix typo in si-LK --- src/config/locales/si-LK/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/locales/si-LK/translation.json b/src/config/locales/si-LK/translation.json index 6837096b..bfd8b4f9 100644 --- a/src/config/locales/si-LK/translation.json +++ b/src/config/locales/si-LK/translation.json @@ -129,7 +129,7 @@ "title": "Timeline", "description": "Customize view in your timelines.", "cw": "Always ignore contents warnings", - "nfsw": "Always ignore NFSW of medias", + "nsfw": "Always ignore NSFW of medias", "hideAllAttachments": "Hide all medias" }, "other": { @@ -193,7 +193,7 @@ "domain": "Domain", "association": "Association", "order": "Order", - "remove_association": "Remove assocication", + "remove_association": "Remove association", "remove_all_associations": "Remove all associations", "confirm": "Confirm", "cancel": "Cancel", @@ -404,7 +404,7 @@ "notification_fetch_error": "Failed to fetch notification", "favourite_fetch_error": "Failed to fetch favorite", "follow_request_accept_error": "Failed to accept the request", - "follow_reuqest_reject_error": "failed to reject the request", + "follow_request_reject_error": "failed to reject the request", "start_streaming_error": "Failed to start streaming", "start_all_streamings_error": "Failed to start streaming of {{domain}}", "attach_error": "Could not attach the file", From e1772c348fe365caf53fb5238ba9f6969b57e8cc Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 26 Dec 2020 01:38:51 +0900 Subject: [PATCH 2/2] refs #1997 Fix Sinhala language code for crowdin --- crowdin.yml | 1 + src/config/locales/{si-LK => si}/translation.json | 0 2 files changed, 1 insertion(+) rename src/config/locales/{si-LK => si}/translation.json (100%) diff --git a/crowdin.yml b/crowdin.yml index 1d5182a9..f1bf4264 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -14,6 +14,7 @@ files: pl: pl pt-PT: pt_pt ru: ru + si-LK: si sv-SE: sv_se tzm: tzm zh-CN: zh_cn diff --git a/src/config/locales/si-LK/translation.json b/src/config/locales/si/translation.json similarity index 100% rename from src/config/locales/si-LK/translation.json rename to src/config/locales/si/translation.json