From 621a28a01c4b3f34064d0feb6c03dc1a13c9b616 Mon Sep 17 00:00:00 2001 From: Justin Hovey Date: Mon, 31 Jan 2022 17:21:48 -0600 Subject: [PATCH] Added info about term.loadingPlaylist string --- src/i18n/README.md | 14 ++++++++------ src/i18n/en_US.jsonc | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/i18n/README.md b/src/i18n/README.md index fa5b5a67..aa54ff70 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -1,8 +1,10 @@ # Cider i18n + Some notes about Cider's i18n support. -* Localization files are stored in jsonc format aka "JSON with Comments" -* The default language is English. -* The default language is used for messages that are not translated. -* Try when possible to keep the messages the similar in length to the English ones. -* Most of the strings in the content area are provided and translated by Apple themselves, and do not need to be translated. - * The language Apple Music uses are dependent on the storefront region. \ No newline at end of file + +- Localization files are stored in jsonc format aka "JSON with Comments" +- The default language is English. +- The default language is used for messages that are not translated. +- Try when possible to keep the messages the similar in length to the English ones. +- Most of the strings in the content area are provided and translated by Apple themselves, and do not need to be translated. + - The language Apple Music uses are dependent on the storefront region. diff --git a/src/i18n/en_US.jsonc b/src/i18n/en_US.jsonc index 93f24bb3..3454d43f 100644 --- a/src/i18n/en_US.jsonc +++ b/src/i18n/en_US.jsonc @@ -124,7 +124,7 @@ "term.videos": "Videos", "term.menu": "Menu", "term.check": "Check", - "term.loadingPlaylist": "Loading playlist...", + "term.loadingPlaylist": "Loading playlist...", // Text shown at the bottom of a playlist's body while loading song pages // Home "home.title": "Home",