Bug 18493: (follow-up) Fix typo descriptionsn
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
2313bc3103
commit
74b906095b
1 changed files with 1 additions and 1 deletions
|
@ -2424,7 +2424,7 @@ VALUES ('et', 'est');
|
|||
INSERT INTO language_descriptions (subtag, type, lang, description)
|
||||
VALUES ('lv', 'language', 'en', 'Latvian');
|
||||
|
||||
INSERT INTO language_descriptionsn (subtag, type, lang, description)
|
||||
INSERT INTO language_descriptions (subtag, type, lang, description)
|
||||
VALUES ( 'lv', 'language', 'lv', 'Latviešu valoda');
|
||||
|
||||
INSERT INTO language_descriptions (subtag, type, lang, description)
|
||||
|
|
Loading…
Reference in a new issue