Update po files with old translation
authorJonathan Druart <jonathan.druart@gmail.com>
Wed, 25 Oct 2017 16:01:01 +0000 (13:01 -0300)
committerJonathan Druart <jonathan.druart@gmail.com>
Wed, 25 Oct 2017 16:10:04 +0000 (13:10 -0300)
commit148ff20cda269742258ac33a06339a7f7bf666b0
tree2286ab44b71e3964e3569cfe5125189882378bdd
parentffc8d37d53e4fc14491f2976ad0f074a8b68fc67
Update po files with old translation

Requirement: man1611-$lang is the list of po files contained in zip
files downloaded at
  http://translate.koha-community.org/$lang/man1611/export/zip

for lang in ar cs es it pt_BR tr zh_TW ; do
  rm $old_po/*; cp ../man1611-$lang/*.po $old_po;
  perl -p -i -e 's@`(.*) <#.*>`__@$1@' $old_po/*.po # Clean old po
  for my_po in old_po/*.po; do # Remove duplicated entries
    msguniq --use-first $my_po > /tmp/xxx.po; mv /tmp/xxx.po
    $my_po;
  done

  msgmerge $old_po/01_intro.po locales/$lang/LC_MESSAGES/00_intro.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/00_intro.po
  msgmerge $old_po/02_administration.po locales/$lang/LC_MESSAGES/02_administration.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/02_administration.po
  msgmerge $old_po/03_tools.po locales/$lang/LC_MESSAGES/03_tools.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/03_tools.po
  msgmerge $old_po/04_patrons.po locales/$lang/LC_MESSAGES/04_patrons.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/04_patrons.po
  msgmerge $old_po/05_circulation.po locales/$lang/LC_MESSAGES/05_circulation.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/05_circulation.po
  msgmerge $old_po/06_cataloging.po locales/$lang/LC_MESSAGES/06_cataloging.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/06_cataloging.po
  msgmerge $old_po/07_course_reserves.po locales/$lang/LC_MESSAGES/07_course_reserves.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/07_course_reserves.po
  msgmerge $old_po/08_serials.po locales/$lang/LC_MESSAGES/08_serials.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/08_serials.po
  msgmerge $old_po/09_acquisitions.po locales/$lang/LC_MESSAGES/09_acquisitions.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/09_acquisitions.po
  msgmerge $old_po/10_lists.po locales/$lang/LC_MESSAGES/10_lists.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/10_lists.po
  msgmerge $old_po/11_reports.po locales/$lang/LC_MESSAGES/11_reports.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/11_reports.po
  msgmerge $old_po/12_opac.po locales/$lang/LC_MESSAGES/12_opac.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/12_opac.po
  msgmerge $old_po/13_searching.po locales/$lang/LC_MESSAGES/13_searching.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/13_searching.po
  msgmerge $old_po/14_plugins.po locales/$lang/LC_MESSAGES/14_plugins.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/14_plugins.po
  msgmerge $old_po/15_implementation_checklist.po locales/$lang/LC_MESSAGES/15_implementation_checklist.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/15_implementation_checklist.po
  msgmerge $old_po/17_cron_jobs.po locales/$lang/LC_MESSAGES/16_cron_jobs.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/16_cron_jobs.po
  msgmerge $old_po/18_miscellaneous.po locales/$lang/LC_MESSAGES/17_miscellaneous.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/17_miscellaneous.po
  msgmerge $old_po/19_license.po locales/$lang/LC_MESSAGES/18_license.po > /tmp/xxx.po; mv /tmp/xxx.po locales/$lang/LC_MESSAGES/18_license.po
done
126 files changed:
en/locales/ar/LC_MESSAGES/00_intro.po
en/locales/ar/LC_MESSAGES/02_administration.po
en/locales/ar/LC_MESSAGES/03_tools.po
en/locales/ar/LC_MESSAGES/04_patrons.po
en/locales/ar/LC_MESSAGES/05_circulation.po
en/locales/ar/LC_MESSAGES/06_cataloging.po
en/locales/ar/LC_MESSAGES/07_course_reserves.po
en/locales/ar/LC_MESSAGES/08_serials.po
en/locales/ar/LC_MESSAGES/09_acquisitions.po
en/locales/ar/LC_MESSAGES/10_lists.po
en/locales/ar/LC_MESSAGES/11_reports.po
en/locales/ar/LC_MESSAGES/12_opac.po
en/locales/ar/LC_MESSAGES/13_searching.po
en/locales/ar/LC_MESSAGES/14_plugins.po
en/locales/ar/LC_MESSAGES/15_implementation_checklist.po
en/locales/ar/LC_MESSAGES/16_cron_jobs.po
en/locales/ar/LC_MESSAGES/17_miscellaneous.po
en/locales/ar/LC_MESSAGES/18_license.po
en/locales/cs/LC_MESSAGES/00_intro.po
en/locales/cs/LC_MESSAGES/02_administration.po
en/locales/cs/LC_MESSAGES/03_tools.po
en/locales/cs/LC_MESSAGES/04_patrons.po
en/locales/cs/LC_MESSAGES/05_circulation.po
en/locales/cs/LC_MESSAGES/06_cataloging.po
en/locales/cs/LC_MESSAGES/07_course_reserves.po
en/locales/cs/LC_MESSAGES/08_serials.po
en/locales/cs/LC_MESSAGES/09_acquisitions.po
en/locales/cs/LC_MESSAGES/10_lists.po
en/locales/cs/LC_MESSAGES/11_reports.po
en/locales/cs/LC_MESSAGES/12_opac.po
en/locales/cs/LC_MESSAGES/13_searching.po
en/locales/cs/LC_MESSAGES/14_plugins.po
en/locales/cs/LC_MESSAGES/15_implementation_checklist.po
en/locales/cs/LC_MESSAGES/16_cron_jobs.po
en/locales/cs/LC_MESSAGES/17_miscellaneous.po
en/locales/cs/LC_MESSAGES/18_license.po
en/locales/es/LC_MESSAGES/00_intro.po
en/locales/es/LC_MESSAGES/02_administration.po
en/locales/es/LC_MESSAGES/03_tools.po
en/locales/es/LC_MESSAGES/04_patrons.po
en/locales/es/LC_MESSAGES/05_circulation.po
en/locales/es/LC_MESSAGES/06_cataloging.po
en/locales/es/LC_MESSAGES/07_course_reserves.po
en/locales/es/LC_MESSAGES/08_serials.po
en/locales/es/LC_MESSAGES/09_acquisitions.po
en/locales/es/LC_MESSAGES/10_lists.po
en/locales/es/LC_MESSAGES/11_reports.po
en/locales/es/LC_MESSAGES/12_opac.po
en/locales/es/LC_MESSAGES/13_searching.po
en/locales/es/LC_MESSAGES/14_plugins.po
en/locales/es/LC_MESSAGES/15_implementation_checklist.po
en/locales/es/LC_MESSAGES/16_cron_jobs.po
en/locales/es/LC_MESSAGES/17_miscellaneous.po
en/locales/es/LC_MESSAGES/18_license.po
en/locales/it/LC_MESSAGES/00_intro.po
en/locales/it/LC_MESSAGES/02_administration.po
en/locales/it/LC_MESSAGES/03_tools.po
en/locales/it/LC_MESSAGES/04_patrons.po
en/locales/it/LC_MESSAGES/05_circulation.po
en/locales/it/LC_MESSAGES/06_cataloging.po
en/locales/it/LC_MESSAGES/07_course_reserves.po
en/locales/it/LC_MESSAGES/08_serials.po
en/locales/it/LC_MESSAGES/09_acquisitions.po
en/locales/it/LC_MESSAGES/10_lists.po
en/locales/it/LC_MESSAGES/11_reports.po
en/locales/it/LC_MESSAGES/12_opac.po
en/locales/it/LC_MESSAGES/13_searching.po
en/locales/it/LC_MESSAGES/14_plugins.po
en/locales/it/LC_MESSAGES/15_implementation_checklist.po
en/locales/it/LC_MESSAGES/16_cron_jobs.po
en/locales/it/LC_MESSAGES/17_miscellaneous.po
en/locales/it/LC_MESSAGES/18_license.po
en/locales/pt_BR/LC_MESSAGES/00_intro.po
en/locales/pt_BR/LC_MESSAGES/02_administration.po
en/locales/pt_BR/LC_MESSAGES/03_tools.po
en/locales/pt_BR/LC_MESSAGES/04_patrons.po
en/locales/pt_BR/LC_MESSAGES/05_circulation.po
en/locales/pt_BR/LC_MESSAGES/06_cataloging.po
en/locales/pt_BR/LC_MESSAGES/07_course_reserves.po
en/locales/pt_BR/LC_MESSAGES/08_serials.po
en/locales/pt_BR/LC_MESSAGES/09_acquisitions.po
en/locales/pt_BR/LC_MESSAGES/10_lists.po
en/locales/pt_BR/LC_MESSAGES/11_reports.po
en/locales/pt_BR/LC_MESSAGES/12_opac.po
en/locales/pt_BR/LC_MESSAGES/13_searching.po
en/locales/pt_BR/LC_MESSAGES/14_plugins.po
en/locales/pt_BR/LC_MESSAGES/15_implementation_checklist.po
en/locales/pt_BR/LC_MESSAGES/16_cron_jobs.po
en/locales/pt_BR/LC_MESSAGES/17_miscellaneous.po
en/locales/pt_BR/LC_MESSAGES/18_license.po
en/locales/tr/LC_MESSAGES/00_intro.po
en/locales/tr/LC_MESSAGES/02_administration.po
en/locales/tr/LC_MESSAGES/03_tools.po
en/locales/tr/LC_MESSAGES/04_patrons.po
en/locales/tr/LC_MESSAGES/05_circulation.po
en/locales/tr/LC_MESSAGES/06_cataloging.po
en/locales/tr/LC_MESSAGES/07_course_reserves.po
en/locales/tr/LC_MESSAGES/08_serials.po
en/locales/tr/LC_MESSAGES/09_acquisitions.po
en/locales/tr/LC_MESSAGES/10_lists.po
en/locales/tr/LC_MESSAGES/11_reports.po
en/locales/tr/LC_MESSAGES/12_opac.po
en/locales/tr/LC_MESSAGES/13_searching.po
en/locales/tr/LC_MESSAGES/14_plugins.po
en/locales/tr/LC_MESSAGES/15_implementation_checklist.po
en/locales/tr/LC_MESSAGES/16_cron_jobs.po
en/locales/tr/LC_MESSAGES/17_miscellaneous.po
en/locales/tr/LC_MESSAGES/18_license.po
en/locales/zh_TW/LC_MESSAGES/00_intro.po
en/locales/zh_TW/LC_MESSAGES/02_administration.po
en/locales/zh_TW/LC_MESSAGES/03_tools.po
en/locales/zh_TW/LC_MESSAGES/04_patrons.po
en/locales/zh_TW/LC_MESSAGES/05_circulation.po
en/locales/zh_TW/LC_MESSAGES/06_cataloging.po
en/locales/zh_TW/LC_MESSAGES/07_course_reserves.po
en/locales/zh_TW/LC_MESSAGES/08_serials.po
en/locales/zh_TW/LC_MESSAGES/09_acquisitions.po
en/locales/zh_TW/LC_MESSAGES/10_lists.po
en/locales/zh_TW/LC_MESSAGES/11_reports.po
en/locales/zh_TW/LC_MESSAGES/12_opac.po
en/locales/zh_TW/LC_MESSAGES/13_searching.po
en/locales/zh_TW/LC_MESSAGES/14_plugins.po
en/locales/zh_TW/LC_MESSAGES/15_implementation_checklist.po
en/locales/zh_TW/LC_MESSAGES/16_cron_jobs.po
en/locales/zh_TW/LC_MESSAGES/17_miscellaneous.po
en/locales/zh_TW/LC_MESSAGES/18_license.po