From 694ae2db4cbfbb512ca8bdd2bf9ec1dbb3248ee5 Mon Sep 17 00:00:00 2001 From: Sahn Lam Date: Mon, 6 Nov 2023 19:03:02 -0800 Subject: [PATCH] Add TRANSLATIONS.md (#52) --- translations/TRANSLATIONS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 translations/TRANSLATIONS.md diff --git a/translations/TRANSLATIONS.md b/translations/TRANSLATIONS.md new file mode 100644 index 0000000..a76ebd6 --- /dev/null +++ b/translations/TRANSLATIONS.md @@ -0,0 +1,14 @@ +# Translations + +We'd like for the repo to be available in many languages. Here is the process for maintaining translations: + +* Please put new translation README files here. +* We'll migrate the existing translations when they are ready. +* To start a new translation, please: + 1. Make an issue (for collaboration with other translators) + 2. Make a pull request to collaborate and commit to. + 3. Let us know when it's ready to merge. + +### Translation template credits + +Thanks to [coding-interview-university](https://github.com/jwasham/coding-interview-university/blob/main/translations/how-to.md) for the translation template.