2021-04-27 00:18:41 +00:00
|
|
|
## How to help translate deCloudflare
|
2020-08-25 08:36:12 +00:00
|
|
|
|
|
|
|
|
2021-03-22 07:44:31 +00:00
|
|
|
- "_(en|eo)(|.ethics|.action).md_" are _base files_.
|
2020-08-25 08:50:56 +00:00
|
|
|
- If you edit _base files_, do edit `translateData/TEMPLATE.*.(tab|txt)`.
|
2020-08-25 08:38:41 +00:00
|
|
|
|
2020-08-26 04:15:57 +00:00
|
|
|
---
|
2020-08-25 08:36:12 +00:00
|
|
|
|
|
|
|
### _zz_.md's translation is horrible. How can I fix this?
|
|
|
|
|
|
|
|
|
2021-04-27 00:18:41 +00:00
|
|
|
You can edit _zz_.md directly, but it may be overwritten.
|
2020-08-25 08:43:16 +00:00
|
|
|
|
2021-04-27 00:18:41 +00:00
|
|
|
|
|
|
|
1. [Fork](http://crimeflare.eu.org/) deCloudflare.
|
2020-08-25 08:36:12 +00:00
|
|
|
|
2020-08-25 08:43:16 +00:00
|
|
|
2. Copy `/readme/translateData/TEMPLATE.main.tab` to `/readme/translateData/override/zz.main.tab`.
|
2020-12-11 10:14:15 +00:00
|
|
|
- cp /readme/translateData/TEMPLATE.main.tab /readme/translateData/override/_zz_.main.tab
|
|
|
|
- cp /readme/translateData/TEMPLATE.ethics.tab /readme/translateData/override/_zz_.ethics.tab
|
2021-03-22 08:10:52 +00:00
|
|
|
- cp /readme/translateData/TEMPLATE.action.tab /readme/translateData/override/_zz_.action.tab
|
2020-08-25 08:36:12 +00:00
|
|
|
|
|
|
|
3. Remove all lines but keep what you want to fix. (you can translate all lines if you wish)
|
2020-08-25 08:43:16 +00:00
|
|
|
- e.g `mainx0n00013 Take a look at the right image.`
|
|
|
|
- format `string_key TAB string_value`
|
2020-08-26 04:15:57 +00:00
|
|
|
- string_value: Please don't include any HTML tags, links, or markdown syntax.
|
2020-08-25 08:36:12 +00:00
|
|
|
|
2020-08-25 08:43:16 +00:00
|
|
|
4. Translate the right-side of the string(_string\_value_).
|
|
|
|
- Do not edit left-side of the string(_string\_key_), it will be ignored.
|
2020-08-25 08:36:12 +00:00
|
|
|
|
|
|
|
5. Make a pull request.
|
|
|
|
|
2020-08-26 04:15:57 +00:00
|
|
|
6. We'll regenerate MD file using your override file later.
|
|
|
|
|
|
|
|
|
|
|
|
### 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.
|
|
|
|
|
|
|
|
|
2021-04-27 00:18:41 +00:00
|
|
|
### Can I add my name/link to translation file as "credit"?
|
2020-08-26 04:15:57 +00:00
|
|
|
|
|
|
|
Sure. Tell us about it when creating a pull request.
|
|
|
|
- e.g `zz by Your_Name, Other_EditName`
|
2020-10-10 23:22:11 +00:00
|
|
|
- e.g `zz by [Your_Name](https://myblog.example/)`
|