Bob Mottram 11c57e7aee Remove Google References 8 gadi atpakaļ
..
af 11c57e7aee Remove Google References 8 gadi atpakaļ
ar 11c57e7aee Remove Google References 8 gadi atpakaļ
arz 11c57e7aee Remove Google References 8 gadi atpakaļ
ast 11c57e7aee Remove Google References 8 gadi atpakaļ
be-tarask 11c57e7aee Remove Google References 8 gadi atpakaļ
bg 11c57e7aee Remove Google References 8 gadi atpakaļ
bn_IN 11c57e7aee Remove Google References 8 gadi atpakaļ
br 11c57e7aee Remove Google References 8 gadi atpakaļ
ca 11c57e7aee Remove Google References 8 gadi atpakaļ
cs 11c57e7aee Remove Google References 8 gadi atpakaļ
da 11c57e7aee Remove Google References 8 gadi atpakaļ
de 11c57e7aee Remove Google References 8 gadi atpakaļ
el 11c57e7aee Remove Google References 8 gadi atpakaļ
en 87a12b7fcf Fix for i18n: avoid notice spew in php-gettext with the stub po file for english by using a working plurals rule 14 gadi atpakaļ
en_GB 11c57e7aee Remove Google References 8 gadi atpakaļ
eo 11c57e7aee Remove Google References 8 gadi atpakaļ
es 11c57e7aee Remove Google References 8 gadi atpakaļ
eu 11c57e7aee Remove Google References 8 gadi atpakaļ
fa 11c57e7aee Remove Google References 8 gadi atpakaļ
fi 11c57e7aee Remove Google References 8 gadi atpakaļ
fr 11c57e7aee Remove Google References 8 gadi atpakaļ
fur 11c57e7aee Remove Google References 8 gadi atpakaļ
ga 89727549a6 Localisation updates from http://translatewiki.net. 14 gadi atpakaļ
gl 11c57e7aee Remove Google References 8 gadi atpakaļ
he 11c57e7aee Remove Google References 8 gadi atpakaļ
hsb 11c57e7aee Remove Google References 8 gadi atpakaļ
hu 11c57e7aee Remove Google References 8 gadi atpakaļ
hy_AM 11c57e7aee Remove Google References 8 gadi atpakaļ
ia 11c57e7aee Remove Google References 8 gadi atpakaļ
id 11c57e7aee Remove Google References 8 gadi atpakaļ
io 11c57e7aee Remove Google References 8 gadi atpakaļ
is 11c57e7aee Remove Google References 8 gadi atpakaļ
it 11c57e7aee Remove Google References 8 gadi atpakaļ
ja 11c57e7aee Remove Google References 8 gadi atpakaļ
ka 11c57e7aee Remove Google References 8 gadi atpakaļ
ko 11c57e7aee Remove Google References 8 gadi atpakaļ
ksh 11c57e7aee Remove Google References 8 gadi atpakaļ
lb 11c57e7aee Remove Google References 8 gadi atpakaļ
lt 11c57e7aee Remove Google References 8 gadi atpakaļ
lv 11c57e7aee Remove Google References 8 gadi atpakaļ
mg 11c57e7aee Remove Google References 8 gadi atpakaļ
mk 11c57e7aee Remove Google References 8 gadi atpakaļ
ml 11c57e7aee Remove Google References 8 gadi atpakaļ
ms 11c57e7aee Remove Google References 8 gadi atpakaļ
my 11c57e7aee Remove Google References 8 gadi atpakaļ
nb 11c57e7aee Remove Google References 8 gadi atpakaļ
ne 11c57e7aee Remove Google References 8 gadi atpakaļ
nl 11c57e7aee Remove Google References 8 gadi atpakaļ
nn 11c57e7aee Remove Google References 8 gadi atpakaļ
pl 11c57e7aee Remove Google References 8 gadi atpakaļ
pt 11c57e7aee Remove Google References 8 gadi atpakaļ
pt_BR 11c57e7aee Remove Google References 8 gadi atpakaļ
ro_RO 11c57e7aee Remove Google References 8 gadi atpakaļ
ru 11c57e7aee Remove Google References 8 gadi atpakaļ
sl 11c57e7aee Remove Google References 8 gadi atpakaļ
sr-ec 11c57e7aee Remove Google References 8 gadi atpakaļ
sv 11c57e7aee Remove Google References 8 gadi atpakaļ
ta 11c57e7aee Remove Google References 8 gadi atpakaļ
te 11c57e7aee Remove Google References 8 gadi atpakaļ
tl 11c57e7aee Remove Google References 8 gadi atpakaļ
tr 11c57e7aee Remove Google References 8 gadi atpakaļ
uk 11c57e7aee Remove Google References 8 gadi atpakaļ
ur_PK 11c57e7aee Remove Google References 8 gadi atpakaļ
vi 11c57e7aee Remove Google References 8 gadi atpakaļ
zh 11c57e7aee Remove Google References 8 gadi atpakaļ
zh_CN 11c57e7aee Remove Google References 8 gadi atpakaļ
zh_TW 11c57e7aee Remove Google References 8 gadi atpakaļ
Makefile de13c4838e Fix makefile wildcards for locale compilation (now works on Ubuntu 8.04) 15 gadi atpakaļ
README 3ac3bc32fc Some localization cleanup and doc to aid in customization: 14 gadi atpakaļ
statusnet.pot 11c57e7aee Remove Google References 8 gadi atpakaļ

README

Localizations for StatusNet are being maintained through TranslateWiki:
http://translatewiki.net/wiki/Translating:StatusNet

Ongoing translation work should be done there to ensure updates are
integrated into future versions of StatusNet.


== Building runtime translations ==

If you are working with a direct git checkout or have customized any
message files, you will need to build binary .mo files from the .po
source files for translations to work in the web app.

If gettext and GNU make are installed, you can simply run 'make' in the
main StatusNet directory, and all core and plugin localizations will be
recompiled.


== Customization ==

User interface texts in any language can be customized by editing the
texts in the .po source files, then rebuilding the binary .mo files
used at runtime.

The default/US English texts can be overridden by adding "translations"
to en/LC_MESSAGES/statusnet.po.

Note that texts you change in one language will not affect other
languages, which are selected based on visitors' browser preferences.
If you customizations include important information or links,
you may wish to disable languages that you haven't customized so that
visitors always get your text.

To disable all non-English languages add this to your config.php (you
will need to edit both the en and en_GB files):

$config['site']['languages'] = array(
'en-us' => array('q' => 1, 'lang' => 'en', 'name' => 'English (US)', 'direction' => 'ltr'),
'en-gb' => array('q' => 1, 'lang' => 'en_GB', 'name' => 'English (British)', 'direction' => 'ltr'),
'en' => array('q' => 1, 'lang' => 'en', 'name' => 'English (US)', 'direction' => 'ltr'),
);


To disable everything including British English variant:

$config['site']['languages'] = array(
'en' => array('q' => 1, 'lang' => 'en', 'name' => 'English', 'direction' => 'ltr'),
);


== Plugins ==

This locale directory contains translations for the core StatusNet
software only. Plugins may have their own locale subdirectories and
their own .po and .mo files as well, so if customizing you may need
to poke at those as well.