dlamotte / django-tagging

Automatically exported from code.google.com/p/django-tagging
Other
0 stars 0 forks source link

Hebrew translation #165

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Attached Hebrew translation files. It includes the dir structure to apply
at the app level.

To use at the app level, we need a locale directory under the app, and
under it the locales. e.g:

tagging
  |- locale
  |- he
  |  \- LC_MESSAGES
  |     \- django.po
  |     \- django.mo
  |- fr
  .....

In case you want to run makemessages and compilemessages, it should be ran
from the app dir, not the project dir.

Hope that helps

Original issue reported on code.google.com by mkrih...@gmail.com on 16 Oct 2008 at 1:36

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry, in the outilined dir structure, he and fr should be under locale.

Original comment by mkrih...@gmail.com on 16 Oct 2008 at 8:03

GoogleCodeExporter commented 8 years ago

Original comment by jonathan.buchanan on 30 Oct 2008 at 2:46