json-schema-org / json-schema-spec

The JSON Schema specification
http://json-schema.org/
Other
3.61k stars 257 forks source link

Survey of localization tools #743

Open awwright opened 5 years ago

awwright commented 5 years ago

I created https://github.com/json-schema-org/json-schema-spec/wiki/Localization to discuss/document uses where people use JSON documents in localized applications.

For a period of time, I'd like to solicit examples where people use JSON documents and JSON Schema in localized applications.

If you know of an application that processes JSON documents for display to end users, and this interface is localized, please comment here: describe what the application is, and the tools it already uses for localizing strings for users.

I intend on taking a closer look at these, and adding to the wiki page. Feel free to edit the wiki page directly too.

gregsdennis commented 2 years ago

Would just like to link this with my implementation's support of custom messaging and internationalization https://github.com/gregsdennis/json-everything/pull/249 https://github.com/gregsdennis/json-everything/issues/190

pawel-wachalski commented 1 year ago

I see, that library has a good support for es culture Would it be possible to add support for sw (Sweden) culture as well? We would be able to provide resource file with translations I think. @gregsdennis ?

gregsdennis commented 1 year ago

@pawel-wachalski I'm happy to have the translations. If you want to provide them, please open a PR in my repo.