Weblog entry #5 for gouki
I'm used to do a simple dpkg-reconfigure locales and select all to get all locales generated, under Debian.
Since this doesn't work under Ubuntu, I'm writing this post more for a personal note.
A full list of supported locales under Ubuntu is located at /usr/share/i18n/SUPPORTED, and importing that list into /var/lib/locales/supported.d/local and reconfiguring them will force it to generate all supported locales.
cat /usr/share/i18n/SUPPORTED > /var/lib/locales/supported.d/local && dpkg-reconfigure locales
Comments on this Entry
--
rjc
[ Parent ]
Just because I don't want to have to generate locales every time a new language is added, and .mo file included on the website.
Since the whole translation process + inclusion on the website is already boring as hell, I thought I could delete something by generating all of them.
P.S.: Markdown syntax for entries and comments would be awesome.
-----
Tiago Faria
[ Parent ]
--
rjc
[ Parent ]