Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /usr/share/doc/proftpd-doc/howto/ drwxr-xr-x |
Viewing file: Select action/file-type: ProFTPD: Translations
Translations
ProFTPD uses the
Adding a New Translation $ ls /path/to/proftpd-version/locale/*.po
To create a new translation, you first initialize a $ cd proftpd-version/locale/ $ msginit -i proftpd.pot -o lang.po -l langThen you simply use an editor to edit the generated lang.po
file, adding in the translated versions of the English messages. There are
some good editors out there which greatly aid in editing .po
files:
Testing a Translation $ cd proftpd-version/locale/ $ msgcmp lang.po proftpd.pot
Finally, compile your $ msgfmt --check-format lang.po -o lang.moThe --check-format option checks that your .po is
properly formatted, and can be compiled without errors.
Submitting Translations http://bugs.proftpd.org/to request that the new translation be added to ProFTPD. Upload your .po file as an attachment to the opened feature request.
Keeping Translations Updated $ cd proftpd-version/locale/ $ make checkIf you see that a language translation is out of date and you can help, simply update the .po file that language, and open a bug request
and attach the diff, or send the diff to the ProFTPD developers mailing list.
© Copyright 2017 The ProFTPD Project All Rights Reserved |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0049 ]-- |