Skip to content

Commit

Permalink
deploy(tails-config): expect "messages" domain in "locale" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm committed May 31, 2023
1 parent 1466d05 commit 851cb79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@

- 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/"
src: roles/tails-config/templates/locale/
dest: "{{ tails_config_live_dotfiles }}/.local/share/gnome-shell/extensions/[email protected]/locale/"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* exported init */

const GETTEXT_DOMAIN = 'securedrop';
const GETTEXT_DOMAIN = 'messages';

const {Clutter, GObject, GLib } = imports.gi;

Expand Down

0 comments on commit 851cb79

Please sign in to comment.