Quote:
Originally Posted by chaley
I am not sure what to do. One possibility to add an argument (or change the current second argument) to language_strings, telling it to convert commas to semicolons. This will make the comma separator work correctly, but will have the side effect of making the results of language_string be different from that shown in the language column. Your 'system' would work only if you used semicolons instead of commas in your #original_language field. I would also need to make the language_codes function accept either style.
|
If you cannot change all commas to semicolons as default due to whatever reason, (nevertheless this would be my preferred option nevertheless), I think the updated language_strings function would be the way to go.
Don't worry about my #original_language. It's fully custom so I can use semicolons instead of commas at any time (and it's more clean and consistent).