mirror of
https://github.com/transmission/transmission.git
synced 2025-12-22 19:38:49 +00:00
(gtk) #1108: transmission includes several unlocalized strings
This commit is contained in:
@@ -363,6 +363,7 @@ main( int argc, char ** argv )
|
||||
cbdata->details2tor = g_hash_table_new( g_direct_hash, g_direct_equal );
|
||||
|
||||
/* bind the gettext domain */
|
||||
setlocale( LC_ALL, "" );
|
||||
bindtextdomain( domain, TRANSMISSIONLOCALEDIR );
|
||||
bind_textdomain_codeset( domain, "UTF-8" );
|
||||
textdomain( domain );
|
||||
|
||||
Reference in New Issue
Block a user