Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix translation key 'Full Size' #1064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amadeous
Copy link

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!

@EV-soft
Copy link

EV-soft commented Jun 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants