From 8083ba8e73fa4d106f33d737351422decf9115d3 Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Sun, 23 Jan 2022 21:39:30 -0800 Subject: [PATCH] Added README.md to i18n --- src/i18n/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/README.md diff --git a/src/i18n/README.md b/src/i18n/README.md new file mode 100644 index 00000000..fa5b5a67 --- /dev/null +++ b/src/i18n/README.md @@ -0,0 +1,8 @@ +# 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