|
Revision 662ae783f4b889624897e562deae1621c84f60f4, 132 bytes
(checked in by Neutron Soutmun <neo.neutron@…>, 4 months ago)
|
|
Use autopoint to manage the weblogin translation
- configure.ac:
- Add AM_GNU_GETTEXT{_VERSION} to initialize gettext.
- Add weblogin-po/Makefile.in to AC_CONFIG_FILES.
- autogen.sh:
- config.h.in:
- Update accordingly to new generated by autopoint.
- weblogin/messages.po, weblogin/th_TH/*:
- weblogin/locale/*, weblogin-po/*:
- Move weblogin/locale to weblogin-po.
- weblogin-po/LINGUAS:
- Add th to the languages list.
- weblogin-po/Makevars, weblogin-po/rahunas-weblogin.pot:
- Add initial setup for gettext translation build.
- weblogin-po/th.po:
- Makefile.am:
- Add weblogin-po to SUBDIRS.
- .gitignore, weblogin-po/.gitignore:
- Ignore auto-generated files by autopoint.
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | *.in |
|---|
| 2 | *.m4 |
|---|
| 3 | *.cache |
|---|
| 4 | configure |
|---|
| 5 | depcomp |
|---|
| 6 | install-sh |
|---|
| 7 | missing |
|---|
| 8 | build/ |
|---|
| 9 | config.guess |
|---|
| 10 | config.h.in~ |
|---|
| 11 | config.sub |
|---|
| 12 | ltmain.sh |
|---|
| 13 | ABOUT-NLS |
|---|
| 14 | config.rpath |
|---|