Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translations are not compiled in package #92

Closed
maisim opened this issue Feb 25, 2016 · 0 comments
Closed

translations are not compiled in package #92

maisim opened this issue Feb 25, 2016 · 0 comments
Labels

Comments

@maisim
Copy link
Contributor

maisim commented Feb 25, 2016

Translations are not whorking because mo files are missing in package.

$ pip install django-adminactions
$ find site-packages/adminactions/locale
site-packages/adminactions/locale
site-packages/adminactions/locale/es
site-packages/adminactions/locale/es/LC_MESSAGES
site-packages/adminactions/locale/es/LC_MESSAGES/django.po
site-packages/adminactions/locale/it
site-packages/adminactions/locale/it/LC_MESSAGES
site-packages/adminactions/locale/it/LC_MESSAGES/django.po
site-packages/adminactions/locale/en
site-packages/adminactions/locale/en/LC_MESSAGES
site-packages/adminactions/locale/en/LC_MESSAGES/django.po

Is that translations should not be already compiled in the package?

@saxix saxix added the bug label Nov 13, 2016
@saxix saxix closed this as completed in abf6d95 Nov 13, 2016
saxix added a commit that referenced this issue Feb 27, 2017
* release/1.3: (24 commits)
  bump 1.3
  add rtd.pip
  add rtd.pip
  update CHANGES
  Added compiled translation files
  Fixed form translations import
  Added export forms polish translations
  Added translations to export forms
  Added Polish translation
  turn off some warnings about deprecated assertEquals
  run codecov as recommended by them
  pytest-cov already include coverage
  Keep only codecov
  Update trove classifier
  django 1.7 is not maintained anymore longer
  add missed .mo files
  updates CHANGES
  Support exporting many to many fields
  fixes #92: translations are not compiled in package
  open 1.3
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants