coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

How to localize an array? #90

Open joannesalfa opened 7 years ago

joannesalfa commented 7 years ago

Basically the array is set as:

var fruits = ["apple", "banana", "melon", "pineapple"]

it's used for interactive site, I wonder how to localize this array with your plugin in some languajes.