Are SUBLANG_GAELIC, SUBLANG_GAELIC_SCOTTISH and SUBLANG_GAELIC_MANX very
different languages?
If not it would be better to use SUBLANG_NEUTRAL instead of
SUBLANG_GAELIC. For instance:
dlls/mapi32/Ga.rc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mapi32/Ga.rc b/dlls/mapi32/Ga.rc
index e8aa3c0..104a658 100644
--- a/dlls/mapi32/Ga.rc
+++ b/dlls/mapi32/Ga.rc
@@ -22,7 +22,7 @@
#include "res.h"
-LANGUAGE LANG_GAELIC, SUBLANG_GAELIC
+LANGUAGE LANG_GAELIC, SUBLANG_NEUTRAL
STRINGTABLE
{
--
1.7.1