Issue 16555: Add es_cu to locale aliases (original) (raw)

On Debian testing, I get a few changes that look like fixes but not es_CU yet:

@@ -807,0 +818,1 @@ locale_alias = {

@@ -822,0 +834,1 @@ locale_alias = {

@@ -936,0 +949,3 @@ locale_alias = {

@@ -976,1 +991,1 @@ locale_alias = {

@@ -1114,0 +1130,1 @@ locale_alias = {

@@ -1164,2 +1180,2 @@ locale_alias = {

@@ -1246,0 +1263,1 @@ locale_alias = {

@@ -1413,1 +1430,1 @@ locale_alias = {

@@ -1427,0 +1445,1 @@ locale_alias = {

I could hunt down the very latest upstream X.org locale.alias file and try the script again. And/or we can do this one addition (es_CU) now, unless there are issues with Python recognizing a locale that the OS doesn’t know about yet.

MAL: the script needed no change at all to find the file and run! :) We could make it more similar to token/keyword/etc and have it update locale.py in 3.4+. Also maybe make updating the aliases a part of feature release workflow, or even bugfix releases.