-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable translations for the SecureDrop Extension
- Loading branch information
1 parent
d9d3899
commit f3d3f04
Showing
3 changed files
with
16 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -157,6 +157,16 @@ | |
- "{{ _securedrop_extension_info }}" | ||
- "{{ tails_config_extension_directories }}" | ||
|
||
- name: Add extension translations in Persistent Storage | ||
synchronize: | ||
src: "{{ tails_config_amnesia_persistent }}/securedrop/securedrop/translations/" | ||
dest: "{{ tails_config_live_dotfiles }}/.local/share/gnome-shell/extensions/[email protected]/po/" | ||
|
||
- name: Add extension translations in the running system | ||
synchronize: | ||
src: "{{ tails_config_amnesia_persistent }}/securedrop/securedrop/translations/" | ||
dest: "/home/amnesia/.local/share/gnome-shell/extensions/[email protected]/po/" | ||
|
||
- name: Enable the new GNOME Shell extension | ||
become: no | ||
command: gnome-extensions enable [email protected] |
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