Details
Description
I was testing the master branch (5.2.0) when I noticed that we include mo files for french which we are not adding language support for. So the french 'fr' files should not be being included.
[root@jrtoktjo21jq94d locale]# pwd
/opt/puppetlabs/puppet/share/locale
[root@jrtoktjo21jq94d locale]# ls -Flas
total 264
4 drwxr-xr-x. 4 root root 4096 Sep 8 08:40 ./
4 drwxr-xr-x. 8 root root 4096 Sep 8 08:40 ../
4 rw-rr-. 1 root root 1256 Sep 7 15:59 config.yaml
4 drwxr-xr-x. 3 root root 4096 Sep 8 08:40 fr/
4 drwxr-xr-x. 3 root root 4096 Sep 8 08:40 ja/
244 rw-rr-. 1 root root 246360 Sep 7 15:59 puppet.pot
[root@jrtoktjo21jq94d locale]# find . -print
.
./ja
./ja/puppet.po
./ja/LC_MESSAGES
./ja/LC_MESSAGES/puppet.mo
./config.yaml
./puppet.pot
./fr
./fr/LC_MESSAGES
./fr/LC_MESSAGES/whereami.mo
./fr/LC_MESSAGES/leatherman_logging.mo
./fr/LC_MESSAGES/leatherman_locale.mo
[root@jrtoktjo21jq94d locale]# find `pwd`/fr -print
/opt/puppetlabs/puppet/share/locale/fr
/opt/puppetlabs/puppet/share/locale/fr/LC_MESSAGES
/opt/puppetlabs/puppet/share/locale/fr/LC_MESSAGES/whereami.mo
/opt/puppetlabs/puppet/share/locale/fr/LC_MESSAGES/leatherman_logging.mo
/opt/puppetlabs/puppet/share/locale/fr/LC_MESSAGES/leatherman_locale.mo
[root@jrtoktjo21jq94d locale]#
Attachments
Issue Links
- relates to
-
INTL-37 Agent i18n/l10n testing
-
- Developing
-