Merge pull request #44 from MightyCreak/convert-translation-readme
Convert translation README to MarkDown
This commit is contained in:
commit
74e2c1123b
|
@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- updated Python highlighting for Python 3 grammar
|
- updated Python highlighting for Python 3 grammar
|
||||||
- updated copyrights years and authors
|
- updated copyrights years and authors
|
||||||
- improve Spanish translation
|
- improve Spanish translation
|
||||||
|
- convert translation README to MarkDown
|
||||||
|
|
||||||
## [0.4.8] - 2014-07-18
|
## [0.4.8] - 2014-07-18
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -9,9 +9,8 @@ The example commands below show how to create and manage the Japanese
|
||||||
translations. Replace all instances of "ja" with the code for the desired
|
translations. Replace all instances of "ja" with the code for the desired
|
||||||
language.
|
language.
|
||||||
|
|
||||||
----
|
Creating a new translation
|
||||||
|
--------------------------
|
||||||
Creating a new translation:
|
|
||||||
|
|
||||||
1. Create a .pot file for Diffuse:
|
1. Create a .pot file for Diffuse:
|
||||||
|
|
||||||
|
@ -25,9 +24,8 @@ Creating a new translation:
|
||||||
|
|
||||||
$ vi ja.po
|
$ vi ja.po
|
||||||
|
|
||||||
----
|
Updating an existing translation
|
||||||
|
--------------------------------
|
||||||
Updating an existing translation:
|
|
||||||
|
|
||||||
1. Move the existing .po file:
|
1. Move the existing .po file:
|
||||||
|
|
||||||
|
@ -50,9 +48,8 @@ Updating an existing translation:
|
||||||
|
|
||||||
$ vi ja.po
|
$ vi ja.po
|
||||||
|
|
||||||
----
|
Validate a translation
|
||||||
|
----------------------
|
||||||
Validate a translation:
|
|
||||||
|
|
||||||
1. Attempt to compile the .po file and note any warnings:
|
1. Attempt to compile the .po file and note any warnings:
|
||||||
|
|
||||||
|
@ -86,4 +83,4 @@ to these files:
|
||||||
../windows-installer/translations.txt
|
../windows-installer/translations.txt
|
||||||
../utils/translations.txt
|
../utils/translations.txt
|
||||||
|
|
||||||
The format of each line is: <language id>:<English text>:<localised text>
|
The format of each line is: \<language id\>:\<English text\>:\<localised text\>
|
Loading…
Reference in New Issue