diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2018-04-02 17:00:45 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2018-04-22 19:06:03 +0200 |
commit | 963575dbcc7177c3a69f60bfd5a65843d19434e4 (patch) | |
tree | 2cea4c94ded3f3abe9c4493b4c53cfa3f22840e4 | |
parent | da5d3de38a4d5ee6eea3c13e642b37efa47e9661 (diff) | |
download | isodumper-963575dbcc7177c3a69f60bfd5a65843d19434e4.tar isodumper-963575dbcc7177c3a69f60bfd5a65843d19434e4.tar.gz isodumper-963575dbcc7177c3a69f60bfd5a65843d19434e4.tar.bz2 isodumper-963575dbcc7177c3a69f60bfd5a65843d19434e4.tar.xz isodumper-963575dbcc7177c3a69f60bfd5a65843d19434e4.zip |
Correction of indication to launch isodumper for test purpose
-rw-r--r-- | i18n.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,9 +22,9 @@ the source root): 4. Run `./tools/po-compile.sh`. It will bring up-to-date all the compiled language files, necessary at runtime. -5. Start IsoDumper (`./bin/isodumper`). By default it will pick up the system languge +5. Start IsoDumper (`./lib/isodumper.py`). By default it will pick up the system languge from your environment; to start it in another language, run - `LANGUAGE=<language> ./bin/isodumper`. + `LANGUAGE=<language> ./lib/isodumper.py`. You can edit the translation iteratively, just repeat from step 3. If the upstream changes, do a `git pull` and then repeat from step 2. |