Closed CharlesAverill closed 4 years ago
Create a JSON file that contains mappings of [where it goes in UI, the actual text] for all visible text in the UI. Categorize it by language. For example:
{ "english":{ "file_dropdown":"File", "edit_dropdown":"Edit", "cell_dropdown":"Cell" }, "latin":{ "file_dropdown":"Genus", "edit_dropdown":"Mutatio", "cell_dropdown":"Cella" } }
And so on. Then create a dropdown option for "Help" that allows you to switch between supported languages.
Also the CLI help menu needs to be updated along with the UI text
Create a JSON file that contains mappings of [where it goes in UI, the actual text] for all visible text in the UI. Categorize it by language. For example:
And so on. Then create a dropdown option for "Help" that allows you to switch between supported languages.