Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 814 forks source link

A language string is missing in the site .com_kunena.ini #9682

Closed rich20 closed 2 months ago

rich20 commented 2 months ago

Describe the bug https://www.kunena.org/forum/42-Dutch/168422-missing-translation Confirmed

COM_KUNENA_EDITOR_INSERT_PRIVATE = "Als Privat setzen" This code must be added to site .com_kunena.ini line 55. It is missing in all language files except the English language.

rich20 commented 2 months ago

More language strings are missing. These strings are also only available in English ini files.

src/site/language/en-GB/en-GB.com_kunena.templates.ini:498:COM_KUNENA_MYPROFILE_BSKY_APP_DESC = "This is your BlueSky account." src/admin/language/en-GB/en-GB.com_kunena.libraries.ini:477:COM_KUNENA_MYPROFILE_BSKY_APP = "BlueSky social" src/admin/language/en-GB/en-GB.com_kunena.libraries.ini:478:COM_KUNENA_MYPROFILE_BSKY_APP_DESC = "This is your BlueSky username."

xillibit commented 2 months ago

COM_KUNENA_EDITOR_INSERT_PRIVATE = "Als Privat setzen"

I don't know why it's not in others language in transifex i have changed it to COM_KUNENA_EDITOR_INSERT_PRIVATE_ATTACHMENT for transifex to be able to see the change

I have updated the file en-GB.com_kunena.ini on transifex it shows 9 untranslated strings but i have changed only one

xillibit commented 2 months ago

src/site/language/en-GB/en-GB.com_kunena.templates.ini:498:COM_KUNENA_MYPROFILE_BSKY_APP_DESC = "This is your BlueSky account." src/admin/language/en-GB/en-GB.com_kunena.libraries.ini:477:COM_KUNENA_MYPROFILE_BSKY_APP = "BlueSky social" src/admin/language/en-GB/en-GB.com_kunena.libraries.ini:478:COM_KUNENA_MYPROFILE_BSKY_APP_DESC = "This is your BlueSky username."

Updated too on github and transifex

rich20 commented 2 months ago

Thank you! Now everything is on Transifex. But there are now several untranslated strings in all three files. I have noticed another error: In both "DESC" files we have two different texts.

src/admin/language/en-GB/en-GB.com_kunena.libraries.ini:488:COM_KUNENA_MYPROFILE_X_SOCIAL_DESC = "This is your X (previously Twitter) username." src/site/language/en-GB/en-GB.com_kunena.templates.ini:480:COM_KUNENA_MYPROFILE_X_SOCIAL_DESC = "This is your X username."

xillibit commented 2 months ago

Updated on both github and transifex