Skip to content

Commit

Permalink
Update to Registry Version 2012-08-27. (No changes.)
Browse files Browse the repository at this point in the history
Add MPL boilerplate to l10n files.
  • Loading branch information
GPHemsley committed Aug 28, 2012
1 parent 376ce0e commit 2dfb31a
Show file tree
Hide file tree
Showing 23 changed files with 45 additions and 21 deletions.
2 changes: 1 addition & 1 deletion extlang.txt
@@ -1,4 +1,4 @@
2012-08-26 2012-08-27
aao 2009-07-29 Algerian Saharan Arabic ar ar aao aao 2009-07-29 Algerian Saharan Arabic ar ar aao
abh 2009-07-29 Tajiki Arabic ar ar abh abh 2009-07-29 Tajiki Arabic ar ar abh
abv 2009-07-29 Baharna Arabic ar ar abv abv 2009-07-29 Baharna Arabic ar ar abv
Expand Down
2 changes: 1 addition & 1 deletion extlangDeprecated.properties
Expand Up @@ -2,5 +2,5 @@
# Deprecated extlang values from IANA Language Subtag Registry # Deprecated extlang values from IANA Language Subtag Registry
# http://www.iana.org/assignments/language-subtag-registry # http://www.iana.org/assignments/language-subtag-registry
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #
2 changes: 1 addition & 1 deletion extlangNames.properties
Expand Up @@ -7,7 +7,7 @@
# #
# Names can be overridden in the generating script. # Names can be overridden in the generating script.
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #


# Preferred-Value: aao # Preferred-Value: aao
Expand Down
2 changes: 1 addition & 1 deletion extlangScope.properties
Expand Up @@ -2,5 +2,5 @@
# Scoped extlang values from IANA Language Subtag Registry # Scoped extlang values from IANA Language Subtag Registry
# http://www.iana.org/assignments/language-subtag-registry # http://www.iana.org/assignments/language-subtag-registry
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #
2 changes: 1 addition & 1 deletion language.txt
@@ -1,4 +1,4 @@
2012-08-26 2012-08-27
aa 2005-10-16 Afar aa 2005-10-16 Afar
ab 2005-10-16 Abkhazian Cyrl ab 2005-10-16 Abkhazian Cyrl
ae 2005-10-16 Avestan ae 2005-10-16 Avestan
Expand Down
2 changes: 1 addition & 1 deletion languageDeprecated.properties
Expand Up @@ -2,7 +2,7 @@
# Deprecated language values from IANA Language Subtag Registry # Deprecated language values from IANA Language Subtag Registry
# http://www.iana.org/assignments/language-subtag-registry # http://www.iana.org/assignments/language-subtag-registry
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #


# Indonesian # Indonesian
Expand Down
4 changes: 4 additions & 0 deletions languageNames-l10n.properties
@@ -1,3 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

aa = Afar aa = Afar
ab = Abkhazian ab = Abkhazian
ae = Avestan ae = Avestan
Expand Down
2 changes: 1 addition & 1 deletion languageNames.properties
Expand Up @@ -7,7 +7,7 @@
# #
# Names can be overridden in the generating script. # Names can be overridden in the generating script.
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #
aa = Afar aa = Afar
ab = Abkhazian ab = Abkhazian
Expand Down
2 changes: 1 addition & 1 deletion languageScope.properties
Expand Up @@ -2,7 +2,7 @@
# Scoped language values from IANA Language Subtag Registry # Scoped language values from IANA Language Subtag Registry
# http://www.iana.org/assignments/language-subtag-registry # http://www.iana.org/assignments/language-subtag-registry
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #


# Akan # Akan
Expand Down
14 changes: 11 additions & 3 deletions makefile
Expand Up @@ -48,7 +48,9 @@ languageNames-l10n.properties: moz-current.txt moz-google.txt moz-spell.txt moz-


# Remove parentheticals without 'sed -i' # Remove parentheticals without 'sed -i'
cat $@ | sed 's/^\([^ =]*\) *= *\(.*\) *\((.*)\)$$/# \2 \3~\1 = \2/' | tr "~" "\n" | sed 's/^\([a-z]\{2\} \)/\1 /' > stripped.txt cat $@ | sed 's/^\([^ =]*\) *= *\(.*\) *\((.*)\)$$/# \2 \3~\1 = \2/' | tr "~" "\n" | sed 's/^\([a-z]\{2\} \)/\1 /' > stripped.txt
mv -f stripped.txt $@
# Add MPL boilerplate
cat mpl_boilerplate.txt stripped.txt > $@


rm -f dep-language-regexp.txt cll-codes.txt rm -f dep-language-regexp.txt cll-codes.txt


Expand All @@ -60,7 +62,10 @@ scriptNames-l10n.properties: FORCE


# Remove parentheticals without 'sed -i' # Remove parentheticals without 'sed -i'
# cat $@ | sed 's/^\([^ =]*\) *= *\(.*\) *\((.*)\)$$/# \2 \3~\1 = \2/' | tr "~" "\n" > stripped.txt # cat $@ | sed 's/^\([^ =]*\) *= *\(.*\) *\((.*)\)$$/# \2 \3~\1 = \2/' | tr "~" "\n" > stripped.txt
# mv -f stripped.txt $@ cat $@ > stripped.txt

# Add MPL boilerplate
cat mpl_boilerplate.txt stripped.txt > $@


rm -f dep-script-regexp.txt rm -f dep-script-regexp.txt


Expand All @@ -72,7 +77,10 @@ regionNames-l10n.properties: FORCE


# Remove parentheticals without 'sed -i' # Remove parentheticals without 'sed -i'
# cat $@ | sed 's/^\([^ =]*\) *= *\(.*\) *\((.*)\)$$/# \2 \3~\1 = \2/' | tr "~" "\n" > stripped.txt # cat $@ | sed 's/^\([^ =]*\) *= *\(.*\) *\((.*)\)$$/# \2 \3~\1 = \2/' | tr "~" "\n" > stripped.txt
# mv -f stripped.txt $@ cat $@ > stripped.txt

# Add MPL boilerplate
cat mpl_boilerplate.txt stripped.txt > $@


rm -f dep-region-regexp.txt rm -f dep-region-regexp.txt


Expand Down
4 changes: 4 additions & 0 deletions mpl_boilerplate.txt
@@ -0,0 +1,4 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

2 changes: 1 addition & 1 deletion region.txt
@@ -1,4 +1,4 @@
2012-08-26 2012-08-27
AA 2005-10-16 Private use AA 2005-10-16 Private use
AC 2009-07-29 Ascension Island AC 2009-07-29 Ascension Island
AD 2005-10-16 Andorra AD 2005-10-16 Andorra
Expand Down
2 changes: 1 addition & 1 deletion regionDeprecated.properties
Expand Up @@ -2,7 +2,7 @@
# Deprecated region values from IANA Language Subtag Registry # Deprecated region values from IANA Language Subtag Registry
# http://www.iana.org/assignments/language-subtag-registry # http://www.iana.org/assignments/language-subtag-registry
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #


# Netherlands Antilles # Netherlands Antilles
Expand Down
4 changes: 4 additions & 0 deletions regionNames-l10n.properties
@@ -1,3 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

ac = Ascension Island ac = Ascension Island
ad = Andorra ad = Andorra
ae = United Arab Emirates ae = United Arab Emirates
Expand Down
2 changes: 1 addition & 1 deletion regionNames.properties
Expand Up @@ -7,7 +7,7 @@
# #
# Names can be overridden in the generating script. # Names can be overridden in the generating script.
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #
AA = Private use AA = Private use
AC = Ascension Island AC = Ascension Island
Expand Down
2 changes: 1 addition & 1 deletion script.txt
@@ -1,4 +1,4 @@
2012-08-26 2012-08-27
Afak 2011-01-07 Afaka Afak 2011-01-07 Afaka
Arab 2005-10-16 Arabic Arab 2005-10-16 Arabic
Armi 2007-12-05 Imperial Aramaic Armi 2007-12-05 Imperial Aramaic
Expand Down
2 changes: 1 addition & 1 deletion scriptDeprecated.properties
Expand Up @@ -2,5 +2,5 @@
# Deprecated script values from IANA Language Subtag Registry # Deprecated script values from IANA Language Subtag Registry
# http://www.iana.org/assignments/language-subtag-registry # http://www.iana.org/assignments/language-subtag-registry
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #
4 changes: 4 additions & 0 deletions scriptNames-l10n.properties
@@ -1,3 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

afak = Afaka afak = Afaka
arab = Arabic arab = Arabic
armi = Imperial Aramaic armi = Imperial Aramaic
Expand Down
2 changes: 1 addition & 1 deletion scriptNames.properties
Expand Up @@ -7,7 +7,7 @@
# #
# Names can be overridden in the generating script. # Names can be overridden in the generating script.
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #
Afak = Afaka Afak = Afaka
Arab = Arabic Arab = Arabic
Expand Down
2 changes: 1 addition & 1 deletion scriptSuppress.properties
Expand Up @@ -2,7 +2,7 @@
# Suppress-Script values from IANA Language Subtag Registry # Suppress-Script values from IANA Language Subtag Registry
# http://www.iana.org/assignments/language-subtag-registry # http://www.iana.org/assignments/language-subtag-registry
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #
ab = Cyrl ab = Cyrl
af = Latn af = Latn
Expand Down
2 changes: 1 addition & 1 deletion variant.txt
@@ -1,4 +1,4 @@
2012-08-26 2012-08-27
1606nict 2007-03-20 Late Middle French (to 1606) frm # 16th century French as in Jean Nicot, "Thresor de la langue francoyse", 1606, but also including some French similar to that of Rabelais 1606nict 2007-03-20 Late Middle French (to 1606) frm # 16th century French as in Jean Nicot, "Thresor de la langue francoyse", 1606, but also including some French similar to that of Rabelais
1694acad 2007-03-20 Early Modern French fr # 17th century French, as catalogued in the "Dictionnaire de l'académie françoise", 4eme ed. 1694; frequently includes elements of Middle French, as this is a transitional period 1694acad 2007-03-20 Early Modern French fr # 17th century French, as catalogued in the "Dictionnaire de l'académie françoise", 4eme ed. 1694; frequently includes elements of Middle French, as this is a transitional period
1901 2005-10-16 Traditional German orthography de 1901 2005-10-16 Traditional German orthography de
Expand Down
2 changes: 1 addition & 1 deletion variantDeprecated.properties
Expand Up @@ -2,7 +2,7 @@
# Deprecated variant values from IANA Language Subtag Registry # Deprecated variant values from IANA Language Subtag Registry
# http://www.iana.org/assignments/language-subtag-registry # http://www.iana.org/assignments/language-subtag-registry
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #


# Hepburn romanization, Library of Congress method # Hepburn romanization, Library of Congress method
Expand Down
2 changes: 1 addition & 1 deletion variantNames.properties
Expand Up @@ -7,7 +7,7 @@
# #
# Names can be overridden in the generating script. # Names can be overridden in the generating script.
# #
# Registry Version: 2012-08-26 # Registry Version: 2012-08-27
# #


# 16th century French as in Jean Nicot, "Thresor de la langue francoyse", 1606, but also including some French similar to that of Rabelais # 16th century French as in Jean Nicot, "Thresor de la langue francoyse", 1606, but also including some French similar to that of Rabelais
Expand Down

0 comments on commit 2dfb31a

Please sign in to comment.