]> git.openstreetmap.org Git - rails.git/blob - lib/potlatch2.rb
Update Potlatch 2 to 2.3-142-gecedc05 build
[rails.git] / lib / potlatch2.rb
1 module Potlatch2
2   LOCALES = {
3     "de" => "de_DE",
4     "en" => "en_US",
5     "en-GB" => "en_GB",
6     "fr" => "fr_FR",
7     "ja" => "ja_JP",
8     "nb" => "nb_NO",
9     "nn" => "nn_NO",
10     "no" => "nb_NO",
11     "pl" => "pl_PL",
12     "vi" => "vi_VN"
13   }
14 end