Support for .ini files
I would like to request the support for .ini files as the source of the languages. There are plenty packages to convert the .ini files to a key-value array so this should be quite straight forward.
Thanks
Hi there! Can you please share an example of this file?
And also! What is your use case? What language/library do you use?
@JanCizmar sure, here you go: https://github.com/joomla/joomla-cms/blob/4.1-dev/language/en-GB/com_config.ini
The use case is the Joomla CMS
@dgrammatiko Hey, we still don't support that, So why closed? 😆
Oh, I thought you weren't interested to support such files...
I was thinking to plan to add some universal support via our CLI. So user would be enabled to write custom JS function, which would accept all the translation data and store it as they wish. This way we can also provide some presets for major programming languages/frameworks. https://github.com/tolgee/tolgee-cli/issues/1
Sounds good, thanks