aboutsummaryrefslogtreecommitdiffstats
path: root/i18n.md
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-10-07 20:40:06 +0200
committerPapoteur <papoteur@mageia.org>2018-10-07 20:40:06 +0200
commitbd94b5004eda8841a76c7fc4e091643b463e78ef (patch)
treea07357616fffd0711a44825413478923e1b37c9f /i18n.md
parent7a7d96308ef49294f9768794da7b56192a2796e0 (diff)
parentb2769c42af94f1549780e9467778f4755b31d592 (diff)
downloadisodumper-bd94b5004eda8841a76c7fc4e091643b463e78ef.tar
isodumper-bd94b5004eda8841a76c7fc4e091643b463e78ef.tar.gz
isodumper-bd94b5004eda8841a76c7fc4e091643b463e78ef.tar.bz2
isodumper-bd94b5004eda8841a76c7fc4e091643b463e78ef.tar.xz
isodumper-bd94b5004eda8841a76c7fc4e091643b463e78ef.zip
Merge branch 'master' of git://git.mageia.org/software/isodumper
Diffstat (limited to 'i18n.md')
-rw-r--r--i18n.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n.md b/i18n.md
index a83fda2..d5818e3 100644
--- a/i18n.md
+++ b/i18n.md
@@ -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.