aboutsummaryrefslogtreecommitdiff
path: root/tools/md5table.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/md5table.c')
-rw-r--r--tools/md5table.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/md5table.c b/tools/md5table.c
index 804156d179..202f6cdfbe 100644
--- a/tools/md5table.c
+++ b/tools/md5table.c
@@ -91,7 +91,9 @@ static const StringMap platformMap[] = {
};
static const StringMap langMap[] = {
- { "en", "EN_USA" },
+ { "en", "EN_ANY" },
+ { "us", "EN_USA" },
+ { "gb", "EN_GRB" },
{ "de", "DE_DEU" },
{ "fr", "FR_FRA" },
{ "it", "IT_ITA" },