jquery-localization-tool icon indicating copy to clipboard operation
jquery-localization-tool copied to clipboard

Simple localization dropdown for your website. Translates strings in the languages you provide. This widget is built with the single page scenario in mind. It supports right-to-left text direction whe...

Results 12 jquery-localization-tool issues
Sort by recently updated
recently updated
newest added

I need to load translations dynamically after initialization. I suggest to add the following method: 'loadLangs' : function(){ var $this = this; var settings = $this.data('settings'); if('undefined' !== typeof arguments[0])...

enhancement

The standard behaviour of jQuery.localizationTool.js is to parse the selectors provided in the translation and use the text found in the corresponding markup as the default language. In fact, only...

enhancement