mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 09:59:06 +02:00
disable utf8 translations for darwin until fpc bug #4257 has been fixed
git-svn-id: trunk@7489 -
This commit is contained in:
parent
f469df99a9
commit
e10bd58495
@ -30,6 +30,9 @@ unit Translations;
|
||||
{$ifdef ver2_0_0}
|
||||
{$define NoUTF8Translations}
|
||||
{$endif}
|
||||
{$ifdef darwin}
|
||||
{$define NoUTF8Translations}
|
||||
{$endif}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user