face-hh / fextify

A simple text editor written in Rust using Tauri, inspired by Obsidian.
Apache License 2.0
193 stars 13 forks source link

Feature request: localization support #6

Open Wilker-uwu opened 9 months ago

Wilker-uwu commented 9 months ago

i wanna help localize this to portuguese, so i wanted to know if there's any instructions for adding an option to have the software in a new language.

i'm assuming it doesn't have anything planned on that right now so this is written as a feature request

if this does become a planned feature though, watch out for the details to also give right-to-left support.

thank you for making this exist in the first place :heart:

face-hh commented 9 months ago

For now all the text is hard-coded.

This would require rewriting the HTML & making a Rust function to retrieve the localized text from, for example, a JSON file.

I'll leave this opened, but it's not a proprity for now.

MemerGamer commented 9 months ago

Might be helpful for localization: