-
Thanks as always for the replies.
What I'm trying to do is update the sys_localization_strings table.
I created a new language in sys_localization_language and completely cloned the English language into sys_localization_strings.
I already have a CSV file translated with AI, which I generated from a Google Sheets file where I copied the translated texts.
I created a temporary table with only two fields (Id, String) where I want to import the data from the CSV file, but I'm having trouble importing it. The problem seems to be related to how MySQL interprets quotation marks. That's what I'm struggling with now.
Regards.
-
I guess your way is more hard than our classic one: https://unacms.com/wiki/Creating-new-language-module where the main translation is on the xml file.
-
@LeonidS is right, thanks, man. The best and simplest solution for you is to create your own language module. What you're doing is a recipe for disaster :)
-