Show
Ignore:
Timestamp:
10/01/11 13:20:59 (8 months ago)
Author:
Neutron Soutmun <neo.neutron@…>
Children:
2ad9b50d37d7540cc6819836f4ebf0317a482ecd
Parents:
2f9fc9abf92804e53d4d2ef00ce5ac4c107b389b
git-author:
Neutron Soutmun <neo.neutron@…> (10/01/11 13:03:28)
git-committer:
Neutron Soutmun <neo.neutron@…> (10/01/11 13:20:59)
Message:

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:
    • Add autopoint.
  • config.h.in:
    • Update accordingly to new generated by autopoint.
  • weblogin/messages.po, weblogin/th_TH/*:
    • Drop as unneeded.
  • 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:
    • Migrate old translation.
  • Makefile.am:
    • Add weblogin-po to SUBDIRS.
  • .gitignore, weblogin-po/.gitignore:
    • Ignore auto-generated files by autopoint.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • configure.ac

    r2f9fc9a r662ae78  
    1616AC_SUBST(RAHUNAS_VERSION, major.minor.micro) 
    1717AC_SUBST(PROGRAM, "RahuNAS") 
     18 
     19# gettext 
     20AM_GNU_GETTEXT_VERSION([0.18.1]) 
     21AM_GNU_GETTEXT([external]) 
    1822 
    1923# Checks for programs. 
     
    9094  example/rahunas-vserver.conf 
    9195  example/rahunas-serviceclass.conf 
     96  weblogin-po/Makefile.in 
    9297]) 
    9398