mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Initial translations support
Most of the app is now translatable, so put a POT file in git and make app use translations if available
This commit is contained in:
@@ -2,6 +2,8 @@ imports.gi.versions.Gdk = '4.0';
|
||||
imports.gi.versions.Gtk = '4.0';
|
||||
imports.gi.versions.Soup = '2.4';
|
||||
|
||||
pkg.initGettext();
|
||||
|
||||
const { GstClapper, Gtk, Adw } = imports.gi;
|
||||
|
||||
GstClapper.Clapper.gst_init(null);
|
||||
|
@@ -2,6 +2,8 @@ imports.gi.versions.Gdk = '4.0';
|
||||
imports.gi.versions.Gtk = '4.0';
|
||||
imports.gi.versions.Soup = '2.4';
|
||||
|
||||
pkg.initGettext();
|
||||
|
||||
const { Gtk, Adw } = imports.gi;
|
||||
|
||||
Gtk.init();
|
||||
|
Reference in New Issue
Block a user