Commit Graph
5 Commits
Author SHA1 Message Date
b9ea3ef36e spell language overlay paths the way gamedir does
The overlays were authored on Windows, where a filesystem that folds case hid
the fact that thousands of translated files spell their path differently from
the gamedir file they are meant to replace: Data-1.13/Mercedt/170.EDT over
Data-1.13/MercEdt/170.EDT, 149_ATTN.wav over 149_ATTN.WAV. Copying an overlay
onto gamedir on a case-sensitive filesystem leaves both files instead of
replacing one, and VFS, which folds case itself, then serves whichever the
directory happened to yield first.

Every overlay path is now spelled component for component the way gamedir
spells it. gamedir was already self-consistent, so nothing there moves and no
new convention is invented. The transformation is mechanical and no file gains
or loses content:

    git diff --shortstat HEAD~1 HEAD
        5374 files changed, 0 insertions(+), 0 deletions(-)
    git diff --name-status -M HEAD~1 HEAD | cut -f1 | sort -u
        R100
    git ls-tree -r --name-only HEAD gamedir-languages | wc -l
        28884, the same as before

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-29 09:12:12 -03:00
inshy cfdbf7c465 Russian language files updated:
-Added and translated new missing letters in EMAIL.EDT
-Fixed variety of the names and nicknames spelling in EDTs
-Added new missing information about hot-keys in HELP.EDT
-Added and translated new missing text for mercs that referring to a new buddy
-Added and translated new missing text for NPCs
-Small changes in XMLs
-Added and translated missing snitch

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7929 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2015-07-24 11:37:54 +00:00
inshy 1f51925fa1 Russian language files updated:
-Added quests.edt with translated new quests.
-Fixed mistakes in Speck quotes
-Fixed grammar in Russian XMLs
-Fixed variety of the names and nicknames spelling in all XMLs.
-Fixed some mistranslation in XMLs
-Added new translations for items.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7925 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2015-07-22 12:35:13 +00:00
Wanne f04e986aa2 Merged from revision: 7422
- Updated Russian GameDir files (by Savenfm, Valiant, Coppermine, Pooh, Jinaya)
- Added the 2 new missing pockets to Russian.Pockets.xml

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7423 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2014-08-26 08:49:04 +00:00
inshy 65eeb31297 Added new mercs for Russian language
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@6339 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2013-08-30 18:31:28 +00:00