https://github.com/rene78/localisation
An idea on how to best implement a web app with multiple languages
https://github.com/rene78/localisation
localisation vanilla-javascript
Last synced: about 1 year ago
JSON representation
An idea on how to best implement a web app with multiple languages
- Host: GitHub
- URL: https://github.com/rene78/localisation
- Owner: rene78
- License: mit
- Created: 2022-02-08T15:35:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T10:29:27.000Z (over 4 years ago)
- Last Synced: 2025-02-12T07:54:40.682Z (over 1 year ago)
- Topics: localisation, vanilla-javascript
- Language: JavaScript
- Homepage: https://rene78.github.io/Localisation/
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purpose
Trying to find a straightforward way to add multiple languages to a web app.
# Notes
Check out branch "ChromeOnlySolution" for an elegant solution once JSON import is natively supported in vanilla JS.