Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
4688 Lượt xem

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:




Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 7 24
15878
4
thg 7 24
6830
2
thg 7 24
4087
4
thg 6 24
25515
3
thg 4 24
2399