aboutsummaryrefslogtreecommitdiffhomepage
path: root/gobject-linter.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gobject-linter.toml')
-rw-r--r--gobject-linter.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gobject-linter.toml b/gobject-linter.toml
index 63713ed..7c68c74 100644
--- a/gobject-linter.toml
+++ b/gobject-linter.toml
@@ -18,10 +18,10 @@ default_level = "error"
[rules.type_style]
level = "ignore"
-# The application is not yet internationalized (no gettext domain). Re-enable
-# once translation infrastructure is in place.
+# The application is internationalized via gettext (see po/). Enforce that every
+# user-visible string is wrapped with _() so new strings stay translatable.
[rules.untranslated_string]
-level = "ignore"
+level = "error"
# Advisory only: this rule mis-fires on floating GVariant references (consumed by
# g_variant_new_tuple/builders) and on objects intentionally kept alive past the