-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding translations-button to post-head * Adding post-translations component * Fix language-length check * Translations component for posts * Moving permissions-check * Sending base-language when saving a post * Displaying existing post-translations in the translation-edit view * Saving translations properly * Displaying translations in post-details * Fixing error when saving translations * New alert for success/info * Info/alert-box in posts when showing a translated post * Displaying post in translated language after saving post * Displaying survey-questions in selected language if available * Hiding translation-icon in list * Preserving translations when editing a post * Using full language-list for post-translations * Adding validation+small style-fixes * CSS-cleanup for post-translations * Moving strings to en.json * Removing console.log * Using site-language if no base_language is set * Hiding translations-icon everywhere except in details * Adding strings to en.json * Displaying translation-info in post-modal * Using full language-list for translations * Only displaying icon if translations are available (for non-edit-users) * Remove line under dropdown but keep spacing * Displaying original language for the post
- Loading branch information
Showing
24 changed files
with
1,097 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,4 +75,5 @@ export enum Icons { | |
thumbUp = 'thumb-up', | ||
ellipses = 'ellipses', | ||
lock = 'lock', | ||
translate = 'translate', | ||
} |
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
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
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
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
Oops, something went wrong.