forked from yairm210/Unciv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version and create initial changelog entry * Update Brazilian_Portuguese.properties (yairm210#12549) * Update Brazilian_Portuguese.properties * Update Brazilian_Portuguese.properties Typo * Update Ukrainian translations (yairm210#12547) Co-authored-by: Kostiantyn Ko <[email protected]> * Update Latin translation (yairm210#12543) * Update Latin translation * Update translation * Update Croatian translation (yairm210#12535) * minor corrections * Partial translation of city names * Partial translation of tutorial 2 * Minor corrections and partial tutorials translation * Finalize translation of tutorials and civilopedia * English cities and difficult words * French, Russian, German and Spanish city names * Religion names and Greek, Ottoman, Persian and Danish cities * names and Roman, Swedish and Byzantium cities * minors corrections 2 * Babylonian, Egyptian and Japanese cities * Indian cities and difficult words * Ethiopian cites * Chinese cities and corrections * minor corrections * City names corrections for vanilla Unciv and grammar corrections * City names correction for GNK * Update Spanish.properties (yairm210#12534) * Update Spanish.properties Translated two new lines. * Fix spelling mistake * fix tests --------- Co-authored-by: yairm210 <[email protected]> Co-authored-by: gabrielseven <[email protected]> Co-authored-by: Kostiantyn Ko <[email protected]> Co-authored-by: Kostiantyn Ko <[email protected]> Co-authored-by: sls1005 <[email protected]> Co-authored-by: metablaster <[email protected]> Co-authored-by: U+1F596 <[email protected]>
- Loading branch information
1 parent
cff67dd
commit cadcab4
Showing
9 changed files
with
1,203 additions
and
1,146 deletions.
There are no files selected for viewing
158 changes: 79 additions & 79 deletions
158
android/assets/jsons/translations/Brazilian_Portuguese.properties
Large diffs are not rendered by default.
Oops, something went wrong.
1,979 changes: 989 additions & 990 deletions
1,979
android/assets/jsons/translations/Croatian.properties
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
|
||
|
||
Resolved - Spies assigned to cities moved to other civs are returned to hideout | ||
|
||
Resolved - multiline unique descriptions hidden in doc | ||
|
||
Better text: the religion we spread may not be ours | ||
|
||
chore: detekt lint | ||
|
||
Removed 'please' from Civ demands to make them more demand-y | ||
|
||
perf(memory): Single-init strings for CapitalConnectionsFinder | ||
|
||
perf(memory): Don't clone units when cloning tiles for 'alternative history' checks | ||
|
||
perf(minor) | ||
|
||
detekt lint fix | ||
|
||
perf(memory): Reuse conditional states | ||
|
||
perf(memory): Reuse conditional states | ||
|
||
perf(memory): Don't create a resource counter if we know we don't need it | ||
|
||
perf(rendering): Added class NonTransformGroup:Group for draw() performance | ||
|
||
ANR: Disable input while building crash screen | ||
|
||
chore: isRemovable(terrain) returns if the tile improvement is actually buildable | ||
|
||
Resolved - automated workers don't remove terrain features without the proper tech | ||
|
||
Allow unit triggers to be used in unit-triggered events | ||
|
||
Add statusMap as lookup-performant alternative to status list - not yet source of truth | ||
|
||
Add LinkAction - By touhidurrr | ||
|
||
Fix promotion uniques being ignored if it didn't match a promotion names - By SeventhM |