TorstenDittmann / OmniaWrite

A text editor engineered for creative writing.
https://OmniaWrite.com
Apache License 2.0
162 stars 34 forks source link

[Feature] Language dropdown #90

Open TorstenDittmann opened 4 years ago

TorstenDittmann commented 4 years ago

For the cloud export right now we have an array with some languages to select from.

https://github.com/TorstenDittmann/OmniaWrite/blob/master/src/routes/Export/Cloud.svelte#L50-L55

A good addition would be implementing a library containing all the languages + 2-letter codes.

Sadly this is not supported by Firefox yet, so a library like globalize or i18n-iso-languages might be the best.

This is blocked by #89