mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
really no reason to support ARDOUR_EN anymore ... we have a preference dialog item to enable/disable translation
This commit is contained in:
parent
0392e1c9a4
commit
8c2cc85e8f
1 changed files with 0 additions and 4 deletions
|
|
@ -75,10 +75,6 @@ set_language_preference ()
|
|||
{
|
||||
gtk_disable_setlocale ();
|
||||
|
||||
if (g_getenv ("ARDOUR_EN")) {
|
||||
return;
|
||||
}
|
||||
|
||||
/* the gettext manual is potentially misleading about the utility of
|
||||
LANGUAGE. It notes that if LANGUAGE is set to include a dialect/region-free
|
||||
language code, like "it", it will assume that you mean the main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue