aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/info.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/info.rs b/src/info.rs
new file mode 100644
index 0000000..1c2a22f
--- /dev/null
+++ b/src/info.rs
@@ -0,0 +1,2 @@
+pub const APP_ID: &str = "systems.tranquil.Map";
+pub const GETTEXT_DOMAIN: &str = "systems.tranquil.Map";