Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
4677 Visualizzazioni

I translated some products name to Arabic. And I am trying to get that Arabic translation in JS. Unfortunately, I getting the translations in *.PO files only.


Here is the code:

     var translationDataBase = new translation.TranslationDataBase();

    var modules = odoo._modules;

    translationDataBase.load_translations(session, modules, lang).done(function() {

      var _t = translationDataBase.build_translation_function();

        dfd.resolve(_t);

        self.product.translated_string=_t('Back');

        console.log('_t',_t);

    });

How can I get product's translation? 

Output in console:




Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
lug 24
15875
4
lug 24
6823
2
lug 24
4085
4
giu 24
25511
3
apr 24
2394