OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / assets / javascripts / work / inflectors.js.coffee.erb
1 #マニフェスト\r
2 @inflectors = {\r
3   folder: 'folders',\r
4   scroll: 'scrolls',\r
5   scroll_panel: 'scroll_panels',\r
6   comic: 'comics',\r
7   comic_story: 'comic_stories',\r
8   story: 'stories',\r
9   story_sheet: 'story_sheets',\r
10   sheet: 'sheets',\r
11   sheet_panel: 'sheet_panels',\r
12   panel: 'panels',\r
13   panel_picture: 'panel_pictures',\r
14   speech_balloon: 'speech_balloons',\r
15   speech: 'speeches',\r
16   balloon: 'balloons',\r
17   ground_picture: 'ground_pictures',\r
18   ground_color: 'ground_colors',\r
19   original_picture: 'original_pictures',\r
20   picture: 'pictures',\r
21   resource_picture: 'resource_pictures',\r
22   original_picture_license_group: 'original_picture_license_groups'\r
23   original_picture_license: 'original_picture_licenses'\r
24   speech_balloon_template: 'speech_balloon_templates',\r
25   writing_format: 'writing_formats',\r
26   license_group: 'license_groups',\r
27   license: 'licenses',\r
28   author: 'authors',\r
29   artist: 'artists',\r
30   system_picture: 'system_pictures',\r
31   home: 'home',\r
32 }\r