diff options
Diffstat (limited to 'src/info.rs.in')
| -rw-r--r-- | src/info.rs.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/info.rs.in b/src/info.rs.in new file mode 100644 index 0000000..835d5a2 --- /dev/null +++ b/src/info.rs.in @@ -0,0 +1,2 @@ +pub const APP_ID: &str = @APP_ID@; +pub const GETTEXT_DOMAIN: &str = @GETTEXT_DOMAIN@; |