Commit Graph
13 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
Asdow c900c366d8 Add localizations for externalized emails 2026-01-03 18:48:55 +02:00
inshy b20997749b Russian language files updated:
-Added missing WAV files for new IMP (#169)
-Added missing WAV files some other characters

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7956 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2015-08-02 20:01:01 +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 292d391633 Merged from revision: 7136
- Externalized country name and noun to cities.xml (by Buggler)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7137 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2014-04-06 14:44:56 +00:00
Wanne e3fcde11fe - Added "Data-UB/TableData/Map/*.Cities.xml" (currently only in English)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@6621 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2013-11-18 08:23:42 +00:00
Wanne 95e4826927 - UB Improvements / Cleanup (by Jazz)
o Deleted old files, added / updated files


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@6331 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2013-08-28 17:12:10 +00:00
Wanne d33471ad4a - Moved xml files to the correct TableData subfolders
o *.Items.xml -> Items\Items.xml
o *.AmmoStrings.xml -> Items\*.AmmoStrings.xml
o *.Pockets.xml -> Inventory\*.Pockets.xml

- Deleted old unused xml files

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@5770 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2013-01-05 16:38:29 +00:00
Wanne cb5367f580 - Added new folder structure for the UB language spec. GameDir files
o UB mod and UB addons can now be started from the INI Editor instead of a separate mod manager tool

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@5708 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2012-12-01 20:36:48 +00:00
Wanne 34b1b0154a - Deleted old folder structure
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@5707 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2012-12-01 18:42:34 +00:00
inshy be5f7b1e7f Added missing files
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@5545 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2012-08-31 20:22:18 +00:00
inshy d86054b8d5 Added missing line for UB mails
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@5544 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2012-08-31 19:58:56 +00:00
Wanne c196f10b2d MERGED language specific GameDir files from the development GameDir folder from revision 4545 up to 4882
Language specific development GameDir folder: https://ja2svn.dyndns.org/source/ja2/branches/Wanne/JA2%201.13%20MP/GameDir_LanguageSpecific



git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@4886 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2012-01-18 12:10:01 +00:00