Skip to content

Commit

Permalink
Merge branch 'Esri#45/include-estonian-and-latvian-in-build' into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
jcfranco committed Feb 21, 2013
2 parents 4c49d04 + 6b048c2 commit 013b81a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
<antcall target="build-resoure-module">
<param name="LOCALE" value="es_ES"/>
</antcall>
<antcall target="build-resoure-module">
<param name="LOCALE" value="et_EE"/>
</antcall>
<antcall target="build-resoure-module">
<param name="LOCALE" value="fr_FR"/>
</antcall>
Expand All @@ -116,6 +119,9 @@
<antcall target="build-resoure-module">
<param name="LOCALE" value="lt_LT"/>
</antcall>
<antcall target="build-resoure-module">
<param name="LOCALE" value="lv_LV"/>
</antcall>
<antcall target="build-resoure-module">
<param name="LOCALE" value="nb_NO"/>
</antcall>
Expand Down Expand Up @@ -196,6 +202,8 @@
//flashvars.resourceModuleURLs = "assets/locale/de_DE.swf";
//flashvars.localeChain = "es_ES";
//flashvars.resourceModuleURLs = "assets/locale/es_ES.swf";
//flashvars.localeChain = "et_EE";
//flashvars.resourceModuleURLs = "assets/locale/et_EE.swf";
//flashvars.localeChain = "fr_FR";
//flashvars.resourceModuleURLs = "assets/locale/fr_FR.swf";
//flashvars.localeChain = "he_IL";
Expand All @@ -208,6 +216,8 @@
//flashvars.resourceModuleURLs = "assets/locale/ko_KR.swf";
//flashvars.localeChain = "lt_LT";
//flashvars.resourceModuleURLs = "assets/locale/lt_LT.swf";
//flashvars.localeChain = "lv_LV";
//flashvars.resourceModuleURLs = "assets/locale/lv_LV.swf";
//flashvars.localeChain = "nb_NO";
//flashvars.resourceModuleURLs = "assets/locale/nb_NO.swf";
//flashvars.localeChain = "nl_NL";
Expand Down

0 comments on commit 013b81a

Please sign in to comment.