diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-10-09 14:26:30 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-10-09 14:26:30 +0100 |
commit | 68e06f9b63d5da5fbcb33a2aef7add75ac2c7ffc (patch) | |
tree | 65d413c722438753fc779162af873584e0f587ea /lib | |
parent | 1dcefb978168572f78904eefc3e8bb94ca69c3a3 (diff) |
Remove default public_body_categories_[locale].rb files.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public_body_categories_en.rb | 19 | ||||
-rw-r--r-- | lib/public_body_categories_es.rb | 20 |
2 files changed, 0 insertions, 39 deletions
diff --git a/lib/public_body_categories_en.rb b/lib/public_body_categories_en.rb deleted file mode 100644 index 95eed750b..000000000 --- a/lib/public_body_categories_en.rb +++ /dev/null @@ -1,19 +0,0 @@ -# The PublicBodyCategories structure works like this: -# [ -# "Main category name", -# [ "tag_to_use_as_category", "Sub category title", "sentence that can describes things in this subcategory" ], -# [ "another_tag", "Second sub category title", "another descriptive sentence for things in this subcategory"], -# "Another main category name", -# [ "another_tag_2", "Another sub category title", "another descriptive sentence"] -# ]) -# -# DO NOT EDIT THIS FILE! It should be overridden in a custom theme. -# See doc/THEMES.md for more info - -PublicBodyCategories.add(:en, [ - "Silly ministries", - [ "useless_agency", "Useless ministries", "a useless ministry" ], - [ "lonely_agency", "Lonely agencies", "a lonely agency"], - "Popular agencies", - [ "popular_agency", "Popular agencies", "a lonely agency"] -]) diff --git a/lib/public_body_categories_es.rb b/lib/public_body_categories_es.rb deleted file mode 100644 index 4559a5708..000000000 --- a/lib/public_body_categories_es.rb +++ /dev/null @@ -1,20 +0,0 @@ -# The PublicBodyCategories structure works like this: -# [ -# "Main category name", -# [ "tag_to_use_as_category", "Sub category title", "sentence that can describes things in this subcategory" ], -# [ "another_tag", "Second sub category title", "another descriptive sentence for things in this subcategory"], -# "Another main category name", -# [ "another_tag_2", "Another sub category title", "another descriptive sentence"] -# ]) -# -# DO NOT EDIT THIS FILE! It should be overridden in a custom theme. -# See doc/THEMES.md for more info - -PublicBodyCategories.add(:es, [ - "Silly ministries", - [ "useless_agency", "Los useless ministries", "el useless ministry" ], - [ "lonely_agency", "Los lonely agencies", "el lonely agency"], - "Popular agencies", - [ "popular_agency", "Los popular agencies", "el lonely agency"], - [ "spanish_agency", "Los random example", "el random example"] -]) |