A central place for translated user-facing strings for the panorama viewer library called Pannellum.
Pannellum includes english strings by default which can be overwritten to create a localized experience for the user/s.
The actual file names holding the strings should conform to the ISO 639-3 Codes which can be looked up here.
If you have a request for a translation, only open an issue if it doesnt exist already!
Check out the english eng.json
file to get an idea of how this works.
Note how there are substitutions e.g. "The file %s could not be accessed."
!
- Fork this repo.
- Create a branch e.g.
add-german-translation
. - Create a JSON file with the correct ISO 639-3 Code e.g.
deu.json
. - Translate the strings.
- Make a pull request.
- Now your changes will be reviewed by native speakers to ensure quality.
- If the quality is acceptable, your translation will be merged. Congratz.