b264c3d
--- alexandria-book-collection-manager-0.7.4/lib/alexandria/ui/builder_base.rb.gettext	2019-10-25 01:20:07.000000000 +0900
b264c3d
+++ alexandria-book-collection-manager-0.7.4/lib/alexandria/ui/builder_base.rb	2020-01-04 14:41:27.424900676 +0900
b264c3d
@@ -10,6 +10,7 @@ module Alexandria
b264c3d
       def initialize(filename, widget_names)
b264c3d
         file = File.join(Alexandria::Config::DATA_DIR, "glade", filename)
b264c3d
         builder = Gtk::Builder.new
b264c3d
+        builder.set_translation_domain(Alexandria::TEXTDOMAIN)
b264c3d
         # TODO: This emits the warning 'GtkDialog mapped without a transient
b264c3d
         # parent. This is discouraged.'
b264c3d
         builder.add_from_file(file)