mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-24 13:19:12 +02:00
Examples: Use Ukrainian letters in language selection of translation_demo (google-translated).
git-svn-id: trunk@57004 -
This commit is contained in:
parent
789abf9d79
commit
387605c036
@ -35,7 +35,7 @@ inherited MainForm: TMainForm
|
||||
'lt - Lietuviškai'
|
||||
'pt_BR - Português (Brasil)'
|
||||
'ru - русский'
|
||||
'uk - Ukrainian'
|
||||
'uk - український'
|
||||
'zh_CN - 简体中文'
|
||||
)
|
||||
OnChange = CbLanguageChange
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
@ -48,9 +48,10 @@
|
||||
<Version Value="2"/>
|
||||
</PublishOptions>
|
||||
<RunParams>
|
||||
<local>
|
||||
<FormatVersion Value="1"/>
|
||||
</local>
|
||||
<FormatVersion Value="2"/>
|
||||
<Modes Count="1">
|
||||
<Mode0 Name="default"/>
|
||||
</Modes>
|
||||
</RunParams>
|
||||
<RequiredPackages Count="1">
|
||||
<Item1>
|
||||
|
@ -84,7 +84,7 @@ begin
|
||||
CalculateSum;
|
||||
|
||||
{ There is a complication for the labels LblTodayIs which displays the current
|
||||
date, and with LblMoney with displays some amount of money with the currency
|
||||
date, and with LblMoney which displays some amount of money with the currency
|
||||
sign.
|
||||
Formatting for these data is extracted from the DefaultFormatSettings.
|
||||
The resulting strings are encoded in ansi and do not display locale-specific
|
||||
|
Loading…
Reference in New Issue
Block a user