Commit Graph

62 Commits (ada18f0338ed9d60acae043f3972561ef00bee6b)

Author SHA1 Message Date
Matjaz Mozetic 264dd28f36 Translated using Weblate (Slovenian)
Currently translated at 100.0% (9 of 9 strings)

Translation: web-12.0/web-12.0-web_translate_dialog
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_translate_dialog/sl/
2020-03-30 22:13:58 +00:00
OCA Transbot ac245ddab3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-12.0/web-12.0-web_translate_dialog
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_translate_dialog/
2020-03-06 12:20:03 +00:00
OCA-git-bot d138c6d9fe [UPD] README.rst 2020-02-26 14:09:09 +00:00
oca-travis 27e48aea80 [UPD] Update web_translate_dialog.pot 2020-02-26 13:57:00 +00:00
Timon Tschanz 669e4dfab3 Fix sidebar & reenable multiple fields 2020-01-30 14:11:45 +01:00
Iryna Vyshnevska 239dde91b6 [IMP] web_translate_dialog: set maxlength in dialog
when field support size attribute set it to dialog to prevent aditional
input
2019-10-23 12:00:22 +03:00
Timon Tschanz 1f8066ab79 address comments 2019-09-30 10:46:57 +02:00
Akim Juillerat 29fa333221 Add tr_sequence on res.lang to allow sorting languages in the translation dialog 2019-09-30 10:46:57 +02:00
Akim Juillerat 7fde1b35d5 Remove field description column and move it to title 2019-09-30 10:46:57 +02:00
Akim Juillerat bd1f4a4ff9 Fix sizing of textarea
Resize textarea either to the max height of its content if it stays
in the modal or to the max height available in the modal
2019-09-30 10:46:57 +02:00
Akim Juillerat d6d4eb0e91 Use $ instead of $el.find 2019-09-30 10:46:57 +02:00
Akim Juillerat 6e853b09d8 Set max-width to 90% on translate dialog 2019-09-30 10:46:57 +02:00
Akim Juillerat cd59690f76 Attend review comments 2019-09-30 10:46:57 +02:00
Akim Juillerat f814a950de Refactor to display only existing translations 2019-09-30 10:46:57 +02:00
Akim Juillerat 31cf928dfe Keep translated value after hitting save 2019-09-30 10:46:56 +02:00
Akim Juillerat 9edd8ace29 Fix error if field to translate is not textarea 2019-09-30 10:46:56 +02:00
Akim Juillerat a3ac7e69ec Apply autoresize on textarea elements and fix css 2019-09-30 10:46:56 +02:00
Timon Tschanz cd48e2dafc fix reminder box link 2019-09-30 10:46:56 +02:00
Timon Tschanz 4b64159e14 fix context and add mutex 2019-09-30 10:46:56 +02:00
Timon Tschanz 5b1f6e6287 Fix issue in manifest & move to readme folder 2019-09-30 10:46:56 +02:00
Timon Tschanz 63ee8021fc [12.0][MIG] web_translate_dialog 2019-09-30 10:46:56 +02:00
oca-travis fd31f26e23 [UPD] Update web_translate_dialog.pot 2019-09-30 10:46:56 +02:00
Stéphane Bidoul (ACSONE) 8a3ed869ed remove obsolete .pot files [ci skip] 2019-09-30 10:46:56 +02:00
Timon Tschanz ca033cc45a [fix] web_translate_dialog: correct context split
Fixes the display of languages other than the user language  in the translation dialog.
split_context checks if we provide more arguments than read has and then uses of the additional one as context.
Since read takes the argument load additionally to the ones already given, we need to provide it as well to ensure the context is split.
2019-09-30 10:46:56 +02:00
OCA Transbot 929bed0478 OCA Transbot updated translations from Transifex 2019-09-30 10:46:56 +02:00
Jay Vora(SerpentCS) b4ccf25fe2 [MIG] web_translate_dialog migrated to v10 2019-06-19 11:36:53 +02:00
Pedro M. Baeza db0dd93894 [MIG] Rename manifest files 2019-06-19 11:36:53 +02:00
Pedro M. Baeza 26e3b80797 [MIG] Make modules uninstallable 2019-06-19 11:36:53 +02:00
Antonio Espinosa 37e2d32235 [FIX] Add codeview button to translate HTML fields 2019-06-19 11:36:53 +02:00
Antonio Espinosa 207266d298 [MIG] web_translate_dialog 2019-06-19 11:36:53 +02:00
OCA Transbot 910c4145fd OCA Transbot updated translations from Transifex 2019-06-19 11:36:53 +02:00
Alexandre Fayolle 1fa98f764f minor improvements to README.rst 2019-06-19 11:36:53 +02:00
OCA Transbot 352602ee0b OCA Transbot updated translations from Transifex 2019-06-19 11:36:53 +02:00
Pedro M. Baeza 7a33958c7a [MIG] Make modules uninstallable 2019-06-19 11:36:53 +02:00
Stéphane Bidoul 87b5cee23a [UPD] prefix versions with 8.0 2019-06-19 11:36:53 +02:00
Yannick Vaucher c18750f503 Add missing default oca icons 2019-06-19 11:36:53 +02:00
Alexis de Lattre 53218b8245 web_translate_dialog: update module category 2019-06-19 11:36:53 +02:00
Alexis de Lattre 43f915a947 web_translate_dialog: Add author and license key in __openerp__.py 2019-06-19 11:36:53 +02:00
Alexis de Lattre 0da55bcbb3 Improve README 2019-06-19 11:36:53 +02:00
Alexis de Lattre a4c72734f1 Move module description to README.rst 2019-06-19 11:36:53 +02:00
Alexis de Lattre fcaa3cae00 web_translate_dialog: port to v8 2019-06-19 11:36:53 +02:00
Holger Brunn 63cb612fe9 move all addons to __unported__, set all addons as not installable 2019-06-19 11:36:53 +02:00
Launchpad Translations on behalf of webaddons-core-editors 7e71980758 Launchpad automatic translations update. 2019-06-19 11:36:53 +02:00
Launchpad Translations on behalf of webaddons-core-editors 8055726f3b Launchpad automatic translations update. 2019-06-19 11:36:53 +02:00
Launchpad Translations on behalf of webaddons-core-editors ba47f0c874 Launchpad automatic translations update. 2019-06-19 11:36:53 +02:00
Launchpad Translations on behalf of webaddons-core-editors 8e2dd35401 Launchpad automatic translations update. 2019-06-19 11:36:53 +02:00
Guewen Baconnier 5163cf2e5c Propagate the changes done in the translate dialog back to the view 2019-06-19 11:36:53 +02:00
Guewen Baconnier 91f8c43147 Read the fields of the current language from the view, not from a read() in the database 2019-06-19 11:36:53 +02:00
Guewen Baconnier 1c9e8d6fcb obsolete comment 2019-06-19 11:36:53 +02:00
Launchpad Translations on behalf of webaddons-core-editors 0beb766dde Launchpad automatic translations update. 2019-06-19 11:36:53 +02:00