Util.International: Rename package to I18n to make fn calls less verbose

This commit is contained in:
Michael Gratton 2020-03-27 17:42:00 +11:00 committed by Michael James Gratton
parent 7ab01e6cbd
commit d2eec63cfb
7 changed files with 17 additions and 13 deletions

View file

@ -384,7 +384,7 @@ public class Application.Client : Gtk.Application {
public override void startup() {
Environment.set_application_name(NAME);
Util.International.init(GETTEXT_PACKAGE, this.binary);
Util.I18n.init(GETTEXT_PACKAGE, this.binary);
Util.Date.init();
Configuration.init(this.is_installed, GSETTINGS_DIR);