tinyfilemanager
tinyfilemanager copied to clipboard
Fix translation key 'Full Size'
For some languages, the translation key "FullSize" is missing and the key "Full Size" (with space in the middle) is define. This commit changes the key from "Full Size" to "FullSize" for the concerned languages.
On a side note, the translation file could be improved:
- the keys could be sorted for easier management
- some key-value pairs ("Full size" for instance) are defined and not used (so could be removed)
- in some languages, some keys are repeated, sometimes with different values
Thank you for this minimalistic and very functional application!
Try this code to verify the translate state of any installed language. It takes the source from the actual filemanager.php Dublicates are removed and it is sorted alphabetic.
LangCreate.txt Download and rename LangCreate.txt to LangCreate.php and then place it in your tinyfilemanager folder.