You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
2.2 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =====================
  5. Save translation file
  6. =====================
  7. This module was written for **developpers** to easily generate i18n files (.po and .pot) from the list of modules,
  8. instead of using the native configuration "Export Translation" wizard.
  9. - The i18n subdirectory is created if missing in the module.
  10. - A ".po" file is generated for each installed languages.
  11. - If a ".po" file exists it is **overwritten** (use with caution).
  12. Usage
  13. =====
  14. To use this module, you need to:
  15. * Go to the view list (or form) of installed modules and click the button 'Save translation file'
  16. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  17. :alt: Try me on Runbot
  18. :target: https://runbot.odoo-community.org/runbot/149/8.0
  19. Bug Tracker
  20. ===========
  21. Bugs are tracked on `GitHub Issues
  22. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  23. check there if your issue has already been reported. If you spotted it first,
  24. help us smashing it by providing a detailed and welcomed `feedback
  25. <https://github.com/OCA/
  26. server-tools/issues/new?body=module:%20
  27. save_translation_file%0Aversion:%20
  28. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  29. Credits
  30. =======
  31. Akretion (http://www.akretion.com)
  32. Images
  33. ------
  34. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  35. Contributors
  36. ------------
  37. * Sylvain Calador <sylvain.calador@akretion.com>
  38. Maintainer
  39. ----------
  40. .. image:: https://odoo-community.org/logo.png
  41. :alt: Odoo Community Association
  42. :target: https://odoo-community.org
  43. This module is maintained by the OCA.
  44. OCA, or the Odoo Community Association, is a nonprofit organization whose
  45. mission is to support the collaborative development of Odoo features and
  46. promote its widespread use.
  47. To contribute to this module, please visit https://odoo-community.org.
  48. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  49. :alt: License: AGPL-3