Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kigo
Commits
fa2cda77
Commit
fa2cda77
authored
Mar 14, 2021
by
Albert Astals Cid
Browse files
Make the default player name translatable
CCBUG: 262030
parent
808ce326
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kigo.kcfg
View file @
fa2cda77
...
...
@@ -4,6 +4,7 @@
xsi:schemaLocation=
"http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd"
>
<kcfgfile
name=
"kigorc"
/>
<include>
klocalizedstring.h
</include>
<group
name=
"Backend"
>
<entry
name=
"EngineCommand"
type=
"String"
>
<label>
The current game engine command with (optional) parameters
</label>
...
...
@@ -42,7 +43,7 @@
</entry>
<entry
name=
"BlackPlayerName"
type=
"String"
>
<label>
The name of the black player
</label>
<default
>
Black Player
</default>
<default
code=
"true"
>
i18n("
Black Player
")
</default>
</entry>
<entry
name=
"BlackPlayerStrength"
type=
"Int"
>
<label>
The strength of the black player
</label>
...
...
@@ -56,7 +57,7 @@
</entry>
<entry
name=
"WhitePlayerName"
type=
"String"
>
<label>
The name of the white player
</label>
<default
>
White Player
</default>
<default
code=
"true"
>
i18n("
White Player
")
</default>
</entry>
<entry
name=
"WhitePlayerStrength"
type=
"Int"
>
<label>
The strength of the white player
</label>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment