This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #700 from teamforus/release-v0.3.0-hotfix-i18n
fix for translation bugs dashbaord and platform
- Loading branch information
Showing
10 changed files
with
1,200 additions
and
1,122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 4 additions & 10 deletions
14
src/sources/forus-platform/js/angular-1/i18n/i18n-en-values.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
// No nested objects allowed | ||
// No nested objects allowed | ||
module.exports = { | ||
general: { | ||
name: "General" | ||
}, | ||
nijmegen: { | ||
name: "Nijmegen" | ||
}, | ||
zuidhorn: { | ||
name: "Zuidhorn" | ||
} | ||
general: {}, | ||
nijmegen: {}, | ||
zuidhorn: {} | ||
}; |
Oops, something went wrong.