You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In table localization is column lang with only 2 chars. It's good if you do not use country
I use for example 'de-CH', so I had to update that table with: ALTER TABLElocalizationCHANGElanglang CHAR(5) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
The text was updated successfully, but these errors were encountered:
In table
lang
localization
is columnlang
with only 2 chars. It's good if you do not use countryI use for example 'de-CH', so I had to update that table with:
ALTER TABLE
localizationCHANGE
langCHAR(5) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
The text was updated successfully, but these errors were encountered: