gleepl/langs
The language constants are for convenience so that you do not have to remember the iso codes. They are not neccessary and you can use the from_iso
function to set the language for any missing languages.
A list of suported languages can be found here: deepl supported languages
Types
Constants
Functions
pub fn from_iso(iso: String) -> Language
Returns a language type for the iso language code without having to wait for gleepl updates.
Example
from_iso("es")
// -> Language("es")