diff options
author | Adarsh Seetharam <615cff496738bf5d5c78e07f960ccac12291cc8a@cloudflare.com> | 2020-08-26 06:15:57 +0200 |
---|---|---|
committer | Adarsh Seetharam <615cff496738bf5d5c78e07f960ccac12291cc8a@cloudflare.com> | 2020-08-26 06:15:57 +0200 |
commit | 109f9b6a5f4b04b88483cd3afcc89323a95054ab (patch) | |
tree | d4db18cb3b5dab25e8e45e74afb24b4dd2584e81 | |
parent | 8279ac0658820f23d49c94df6dfdc379431348e2 (diff) | |
download | cloudflare-tor-109f9b6a5f4b04b88483cd3afcc89323a95054ab.tar.lz cloudflare-tor-109f9b6a5f4b04b88483cd3afcc89323a95054ab.tar.xz cloudflare-tor-109f9b6a5f4b04b88483cd3afcc89323a95054ab.zip |
instructions.md
-rw-r--r-- | readme/translateData/instructions.md | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/readme/translateData/instructions.md b/readme/translateData/instructions.md index 4d5cf737..83500f3a 100644 --- a/readme/translateData/instructions.md +++ b/readme/translateData/instructions.md @@ -4,7 +4,7 @@ - "_(en|eo)(|.ethics).md_" are _base files_. - If you edit _base files_, do edit `translateData/TEMPLATE.*.(tab|txt)`. - +--- ### _zz_.md's translation is horrible. How can I fix this? @@ -22,11 +22,27 @@ Please do not edit _zz_.md directly. It may be overwritten. 3. Remove all lines but keep what you want to fix. (you can translate all lines if you wish) - e.g `mainx0n00013 Take a look at the right image.` - format `string_key TAB string_value` - - string_value: please don't include any HTML tags or links. + - string_value: Please don't include any HTML tags, links, or markdown syntax. 4. Translate the right-side of the string(_string\_value_). - Do not edit left-side of the string(_string\_key_), it will be ignored. 5. Make a pull request. -6. We'll regenerate MD file using your override file. +6. We'll regenerate MD file using your override file later. + + +### I don't want to create an account on Codeberg. + +You can send edited "tab" files to us, or submit it to upstream. + + +### Why should I help you? + +If you help us, more people around the world who speaks your language can learn about the problems of CloudFlare. + + +### Can I add my name to translation file as "credit"? + +Sure. Tell us about it when creating a pull request. + - e.g `zz by Your_Name, Other_EditName` |