rrrapha / translate_locallang

Editor for locallang.xlf files (TYPO3 backend module)
GNU General Public License v2.0
11 stars 18 forks source link

Protect default language when useL10n=2 #47

Closed kitzberger closed 2 months ago

kitzberger commented 3 years ago

This patch changes the useL10n setting from boolean to dropdown and adds a 3rd option:

When choosing "Yes (strict)" the extension behaves as before when setting the checkbox except for two things:

Obviously the language en needs now to be set to the list of langKeys in the extension settings to be able to provide english translations now.

Resolves: #45

dkern commented 3 years ago

Would be great, have the same issue.

rrrapha commented 2 months ago

Thank you for the pull request! In the meantime, the option "useL10n" has been removed, so this is no longer needed.