Skip to content

Commit

Permalink
Add default project and workflow translations
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Sep 29, 2017
1 parent 910b3a8 commit 73064c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/pages/project/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ counterpart.setFallbackLocale('en');


const translations = {
strings: {},
strings: {
project: {},
workflow: {}
},
load: (translated_type, translated_id, language) => {
translations.strings[translated_type] = {};
return apiClient
Expand Down

0 comments on commit 73064c1

Please sign in to comment.