jquery.i18n icon indicating copy to clipboard operation
jquery.i18n copied to clipboard

how to run without any server (xampp, wapp)

Open sudhir600 opened this issue 6 years ago • 1 comments

Hi Team, this plugin work only we project run on server like xampp, wampp etc. But what if i want to use wiht plain html. actually i am creating a chrome extension and want to run i18n without any server. So is this possible?

sudhir600 avatar Jul 10 '18 10:07 sudhir600

sure! you do have to include the translation strings withing your JavaScript app. In the case of https://github.com/wikimedia/interactiontimeline the build script (webpack) bundles them into the single JavaScript file.

davidbarratt avatar Jul 20 '18 08:07 davidbarratt