EyeSeeTea / WHO-custom-forms

Custom forms developed for WHO
GNU General Public License v3.0
0 stars 0 forks source link

Feature/MAL WMR National Policies: Add text translations to disable conflicting fields tooltip #77

Closed nshandra closed 2 years ago

nshandra commented 2 years ago

Translate tooltip to English, French, Spanish and Portuguese.

nshandra commented 2 years ago

Browser console script to test translations:

var array = ["en", "es", "pt", "fr"];
var interval = 3000;
array.forEach(function(locale, index){
    setTimeout(function(){
        console.log(locale);
        global.currentUILanguage = locale;
        translator.lang(global.currentUILanguage);
    }, index * interval);
})
ifoche commented 2 years ago

btw I've changed the base of this PR so it points to development