mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-05 07:01:21 +07:00
Fixed problem in Italian tutorials which caused crash when entering Civilopedia when language was Italian
This commit is contained in:
parent
33805ca6f8
commit
4c3840e2ff
@ -1,5 +1,6 @@
|
|||||||
{ // Each entry s a tutorial, but the tutorial may be spread over separate paragraphs.
|
{ // Each entry s a tutorial, but the tutorial may be spread over separate paragraphs.
|
||||||
// so for example:
|
// so for example:
|
||||||
|
|
||||||
Culture_and_Policies: [ // Activated when entering policy picker screen
|
Culture_and_Policies: [ // Activated when entering policy picker screen
|
||||||
[ // This is simply a more comfortable format than "all in one line with \n".
|
[ // This is simply a more comfortable format than "all in one line with \n".
|
||||||
"Ad ogni turno, la cultura ottenuta da ogni tua città si aggiunge alla cultura della tua civiltà.",
|
"Ad ogni turno, la cultura ottenuta da ogni tua città si aggiunge alla cultura della tua civiltà.",
|
||||||
@ -64,6 +65,7 @@
|
|||||||
"Clicca sul nome della città per entrare nella schermata cittadina, dove puoi assegnare ",
|
"Clicca sul nome della città per entrare nella schermata cittadina, dove puoi assegnare ",
|
||||||
" abitanti, scegliere la produzione, e vedere le informazioni della Città."
|
" abitanti, scegliere la produzione, e vedere le informazioni della Città."
|
||||||
],
|
],
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
First_Steps : [
|
First_Steps : [
|
||||||
|
Loading…
Reference in New Issue
Block a user