addons-server/locale/README.md

28 строки
698 B
Markdown
Исходник Обычный вид История

# Welcome to /locale/
2013-07-23 02:41:51 +04:00
## To Localizers:
2013-07-23 02:41:51 +04:00
The two files in your locale directories that are important are:
2013-07-23 02:41:51 +04:00
```
django.po
djangojs.po
```
2013-07-23 02:41:51 +04:00
Generally, legal documents are localized by lawyers and aren't in our gettext
process. However, if you need to work with them, visit:
2013-07-23 02:41:51 +04:00
```
https://github.com/mozilla/zamboni/tree/master/media/docs
```
2013-07-23 02:41:51 +04:00
Also please make sure you're reading <mailto:dev-l10n-web@lists.mozilla.org>. Thanks!
2013-07-23 02:41:51 +04:00
## To Developers:
2013-07-23 02:41:51 +04:00
Run the omg_new_l10n.sh script from your project root. You should definitely
read that script to make sure you meet all of its expectations 'cause it makes
assumptions and doesn't have much error checking.
Ask clouserw if there are any questions.