mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
tests: Fix content data for "hu" language code
After I6d82a827e20d18ff4d78d7351aa9e9c08129e400 landed, it caused DiscussionTools to break in CI, this patch fixes it to use the correct language code per the patch above. If this patch passes CI, then the issue is resolved potentially. Bug: T376020 Change-Id: I5324e5690d25f295d3fc1fb91d8f0f24adcc35e8
This commit is contained in:
parent
5d4146197c
commit
7917611b7d
|
@ -37,7 +37,7 @@
|
|||
"mon": "hét",
|
||||
"tue": "kedd",
|
||||
"wed": "sze",
|
||||
"thu": "csü",
|
||||
"thu": "csüt",
|
||||
"fri": "pén",
|
||||
"sat": "szo",
|
||||
"january": "január",
|
||||
|
|
Loading…
Reference in a new issue