Can you add support for INI files
See original GitHub issueIs your feature related to a specific framework or general for this extension
Joomla
Describe the solution you’d like
I am a Joomla extension developer. Every Joomla extension can be translated. Locales are stored in languages/en-GB/extension_name.ini
files. Very simple. In PHP code JText::_(‘KEY_TAG’) is used for printing translations.
That would be awesome to have this support.
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
How to use .INI files parameters to start a service
1. Navigate to the Files and Folders page and add the .INI file as a temporary file using the "Add Temporary Files" button...
Read more >Adding an .ini File
1. Open the INI File Changes view. ; 2. Right-click the INI Files explorer and click Add INI File. ; 3. Rename the...
Read more >support for .ini files - IDEs Support (IntelliJ Platform) | JetBrains
Go to 'Settings | File Types' menu and register there *.ini patter to 'Buildout counfig' file type. Also feel free to submit issue...
Read more >Do standard windows .ini files allow comments?
Windows INI API support for: Line comments: yes, using semi-colon ;; Trailing comments: No. The authoritative source is the Windows API ...
Read more >How to create a php.ini file and what it can be used for?
You can use the default settings, but in some occasions you might need to update them to suit your individual needs. In that...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://www.dropbox.com/s/xn3h2bv1bcbyqmn/translate.mp4?dl=0
I think so. I did not work with Joomla lately.