<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/globalize/localization/supported_locales.rb</filename>
    </added>
    <added>
      <filename>test/supported_locales_test.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -8,6 +8,7 @@ ml_lib_path = &quot;#{root_path}/lib/globalize&quot;
 require &quot;globalize/localization/db_view_translator&quot;
 require &quot;globalize/localization/rfc_3066&quot;
 require &quot;globalize/localization/locale&quot;
+require &quot;globalize/localization/supported_locales&quot;
 require &quot;globalize/localization/db_translate&quot;
 require &quot;globalize/localization/core_ext&quot;
 require &quot;globalize/localization/core_ext_hooks&quot;</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -48,3 +48,12 @@ spain:
   thousands_sep: &quot;.&quot;
   decimal_sep: ','
   currency_decimal_sep: ','
+poland:
+  id: 7
+  code: PL
+  english_name: Poland
+  currency_format: '%n PLN'
+  currency_code: PLN
+  thousands_sep: &quot;.&quot;
+  decimal_sep: ','
+  currency_decimal_sep: ','</diff>
      <filename>test/fixtures/globalize_countries.yml</filename>
    </modified>
    <modified>
      <diff>@@ -34,6 +34,7 @@ polish:
   id: 4
   iso_639_1: pl
   english_name: Polish
+  native_name: j&#281;zyk polski
   scope: L
   macro_language: false
   pluralization: 'c==1 ? 1 : c%10&gt;=2 &amp;&amp; c%10&lt;=4 &amp;&amp; (c%100&lt;10 || c%100&gt;=20) ? 2 : 3'</diff>
      <filename>test/fixtures/globalize_languages.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4cc24938ea2c8708fd95c8ea6bbe8f217134b198</id>
    </parent>
  </parents>
  <author>
    <name>Saimon Moore</name>
    <email>saimonmoore@gmail.com</email>
  </author>
  <url>http://github.com/yannlugrin/globalize/commit/16364212cbb39e70f348e17d9b93d0f8723eeda4</url>
  <id>16364212cbb39e70f348e17d9b93d0f8723eeda4</id>
  <committed-date>2007-03-13T02:42:38-07:00</committed-date>
  <authored-date>2007-03-13T02:42:38-07:00</authored-date>
  <message>--Adding Globalize::SupportedLocales class which adds ability to define a set of application wide supported locales 
  but you can also define the base locale,  a sub set of active locales and a default locale.
  This class is a singleton but you can clear out the instance and reset the values.
  Have a look at test/supported_locales_test.rb for more details.</message>
  <tree>b979ac0a5d0e846bc747e00d9772d1cc77969605</tree>
  <committer>
    <name>Saimon Moore</name>
    <email>saimonmoore@gmail.com</email>
  </committer>
</commit>
