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

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.