From a77d61940cc9bbd7fe86bf0da09c4554824d11eb Mon Sep 17 00:00:00 2001 From: SaSiNO97 Date: Fri, 4 Oct 2024 18:52:25 -0400 Subject: [PATCH] Updated guide (readme) --- readme.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index dc6622c..f002ac1 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,11 @@ This repository contains the necessary files for the localization of CnR. +## ⚠ IMPORTANT ⚠ +This guide is a little bit outdated. Yes, 90% of the info in it is still accurate, however it doesn't cover an important topic, which is **Pull Requests**, a feature that allows us to review your commits before merging them into the main branch of the repository. Thus, with this extra step, the actual workflow will be a little bit different, involving **merges** from the master branch, and pull requests to merge your branch into the master branch. + +*Please, ask other older translators for detailed guidance.* + ## Setup ### Download and Install the Required Software @@ -19,7 +24,7 @@ This repository contains the necessary files for the localization of CnR. ## Usage of the Git repository -We use Git to manage the teamwork of this repository. To make everything easier, we don't use the command line interface directly unless strictly necessary, and we prefer to rely on VSCode's GUI which is much more user-friendly and easy to understand. We also don't make use of branches, pull requests and similar features, to streamline the process and avoid adding unnecessary complications. +We use Git to manage the teamwork of this repository. To make everything easier, we don't use the command line interface directly unless strictly necessary, and we prefer to rely on VSCode's GUI which is much more user-friendly and easy to understand. This is the correct routine for a normal work session: @@ -253,14 +258,17 @@ Text can also be highlighted with the `(C)(/C)` tags. - German (Germany): `de-DE` - French (France): `fr-FR` - Dutch (Netherlands): `nl-NL` +- Czech (Czechia) `cs-CZ` +- Danish (Denmark) `da-DK` - Italian (Italy): `it-IT` -- Spanish (Spain-Latam): `es-ES` +- Spanish (Spain): `es-ES` - Portuguese (Brazil): `pt-BR` - Polish (Poland): `pl-PL` - Turkish (Turkey): `tr-TR` +- Hindi (Latin Alphabet): `hi-Latn` - Arabic (Modern Standard): `ar-001` - Chinese (Simplified): `zh-Hans` - Chinese (Traditional): `zh-Hant` - Vietnamese (Vietnam): `vi-VN` - Thai (Thailand): `th-TH` -- Indonesian (Indonesia): `id-ID` +- Indonesian (Indonesia): `id-ID` \ No newline at end of file