Commit a30c1eec authored by Sven Franck's avatar Sven Franck

data: added translation action

parent 75e12ad8
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
"map_children":"listItem" "map_children":"listItem"
}, },
"children": [ "children": [
{"type": "item", "left": [{"type": "icon", "icon": "search"}], "href": "#postings", "center": [{"type": "h1", "text": "Browse Job Postings", "text_i18n": "global_dict.postings"}, {"type": "p", "text": "Search through the list of available job offers.", "text_i18n":"global_dict.postings_info"}]}, {"type": "item", "left": [{"type": "icon", "icon": "search"}], "href": "#job_posting_module", "center": [{"type": "h1", "text": "Browse Job Postings", "text_i18n": "global_dict.postings"}, {"type": "p", "text": "Search through the list of available job offers.", "text_i18n":"global_dict.postings_info"}]},
{"type": "item", "left": [{"type": "icon", "icon": "clipboard"}], "href": "#cv", "center": [{"type": "h1", "text": "Submit CV", "text_i18n": "global_dict.cv"}, {"type": "p", "text": "You can also apply directly through a job posting.", "text_i18n":"global_dict.cv_info"}]} {"type": "item", "left": [{"type": "icon", "icon": "clipboard"}], "href": "#cv_module", "center": [{"type": "h1", "text": "Submit CV", "text_i18n": "global_dict.cv"}, {"type": "p", "text": "You can also apply directly through a job posting.", "text_i18n":"global_dict.cv_info"}]}
] ]
} }
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment