I use Rust and a library that compiles all locales into the binary, so I need a file for each language, how is that possible?
so i have en as master and i want to add de in accent, how do i do it then that i get a de.json? or do i have to create a script myself that will create the files for me through the API?
I use Rust and a library that compiles all locales into the binary, so I need a file for each language, how is that possible?
so i have
en
as master and i want to addde
in accent, how do i do it then that i get ade.json
? or do i have to create a script myself that will create the files for me through the API?