Unnamed repository
7f92db4f60
Resolves: bz859783 Old po/ folder are not well maintained. All po files are just same as the outdated pot file. Translating team need kexec-tools to update it to the conventional mode so it become available for translating. Currently old translated po files are not maintained in git. Instead it's a kexec-tools-po.tar.gz in dist git server. see kexec-tools.spec: Source13. This patch will maintain them in po/ and update the contents from lastest source code. The refresh include below items: 1. update pot file from latest source code. 2. merge old translated po files with the new pot file 3. maintain translated po files in po/ folder Also updated the Makefile to make the process more easier. Usage after the update is like below: a) simple `make` will generate the mo files for installation b) `make install` will install mo files to locale directory Above two command are used in rpm spec to install mo files c) `make merge` will update pot file from source code and merge translated po files with latest pot file. So it become ready for translation team to translate For kexec-tools maintaining, what we need to do is: Once firstboot_kdump.py is modifed, we should run `make merge` to update the po files for translation After po files get translated they need to be copied to po/ and commit to git. Then create a kexec-tools-po.tar.gz and upload the tar.gz to dist git, also update the checksum in spec file. |
||
---|---|---|
po | ||
.gitignore | ||
98-kexec.rules | ||
dracut-kdump.sh | ||
dracut-module-setup.sh | ||
dracut-monitor_dd_progress | ||
firstboot_kdump.py | ||
kdump.conf | ||
kdump.conf.5 | ||
kdump.init | ||
kdump.service | ||
kdump.sysconfig | ||
kdump.sysconfig.i386 | ||
kdump.sysconfig.ia64 | ||
kdump.sysconfig.ppc64 | ||
kdump.sysconfig.s390x | ||
kdump.sysconfig.x86_64 | ||
kdumpctl | ||
kexec-kdump-howto.txt | ||
kexec-tools-2.0.3-disable-kexec-test.patch | ||
kexec-tools-2.0.3-kdump-pass-acpi_rsdp-to-2nd-kernel-for-efi-booting.patch | ||
kexec-tools-2.0.3-Load-bzImages-smaller-than-32-KiB.patch | ||
kexec-tools-2.0.3-ppc-ppc64-compile-purgatory-code-with-gcc-option-msoft-float.patch | ||
kexec-tools-2.0.3-vmcore-dmesg-Do-not-write-beyond-end-of-buffer.patch | ||
kexec-tools-2.0.3-vmcore-dmesg-vmcore-dmesg-Make-it-work-with-new-stru.patch | ||
kexec-tools.spec | ||
mkdumprd | ||
mkdumprd.8 | ||
rhcrashkernel-param | ||
sources |