| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- update po-update.sh tool
- update CHANGELOG file
|
|
|
|
|
|
| |
- formatting all .po files
- recompiling all .mo files
- update CHANGELOG, README.md, isodumper.spec and isodumper.py files
|
|
|
|
|
|
|
|
|
| |
- on all po and pot files
- on isodumper.py file
- using (where . is the folder path of isodumper):
- find . -type f -name "*.py" -print0 | xargs -0 sed -i 's/occured/occurred/g'
- find . -type f -name "*.po" -print0 | xargs -0 sed -i 's/occured/occurred/g'
- find . -type f -name "*.pot" -print0 | xargs -0 sed -i 's/occured/occurred/g'
|
|
- new translation on Basque
- added a new Translator on Egoitz Rodriguez Obieta
- update (eu).mo files with po-compile.sh tools to /share/locale
|