Skip to content

Commit 4bf1a33

Browse files
committed
🟢 (139) JQ_002_1 [ JQ_002 ] { Job Quest }
fixes #307
1 parent 64a9db2 commit 4bf1a33

488 files changed

Lines changed: 4081574 additions & 2607 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,25 @@
33

44
* text=auto eol=lf
55

6-
*.md linguist-detectable linguist-language=Markdown
7-
*.yaml linguist-detectable linguist-language=YAML
8-
*.yml linguist-detectable linguist-language=YAML
6+
*.md linguist-detectable=true linguist-language=Markdown
7+
*.yaml linguist-detectable=true linguist-language=YAML
8+
*.yml linguist-detectable=true linguist-language=YAML
99

1010
# primary files
11-
src/**/*.yaml linguist-detectable linguist-language=YAML
12-
src/pakchunk0-PLATFORM.pak/Holiday/Content/Localization/Game/Game.locres.yaml linguist-detectable linguist-language=YAML
13-
src/pakchunk0-PLATFORM.pak/Holiday/Content/NonAssets/ETP/ETP.yaml linguist-detectable linguist-language=YAML
11+
src/**/*.yaml linguist-detectable=true linguist-language=YAML
12+
src/pakchunk0-PLATFORM.pak/Holiday/Content/Localization/Game/Game.locres.yaml linguist-detectable=true linguist-language=YAML
13+
src/pakchunk0-PLATFORM.pak/Holiday/Content/NonAssets/ETP/ETP.yaml linguist-detectable=true linguist-language=YAML
1414

15-
Steam/**/pakchunk0-WindowsNoEditor.pak/Game/Content/Localization/Game/Game.locres.yaml linguist-detectable linguist-language=YAML
16-
Steam/**/pakchunk0-WindowsNoEditor.pak/Game/Content/NonAssets/ETP/ETP.yaml linguist-detectable linguist-language=YAML
15+
Steam/**/pakchunk0-WindowsNoEditor.pak/Game/Content/Localization/Game/Game.locres.yaml linguist-detectable=true linguist-language=YAML
16+
Steam/**/pakchunk0-WindowsNoEditor.pak/Game/Content/NonAssets/ETP/ETP.yaml linguist-detectable=true linguist-language=YAML
1717

18-
tools/cryptokeys.json linguist-detectable linguist-language=JSON
19-
tools/pack_etp--KwK.py linguist-detectable linguist-language=Python
20-
tools/Platforms/** -linguist-detectable
18+
tools/cryptokeys.json linguist-detectable=true linguist-language=JSON
19+
tools/pack_etp--KwK.py linguist-detectable=true linguist-language=Python
20+
tools/Platforms/** linguist-detectable=false
2121

22-
UE4Editor/Holiday/Source/Holiday.Target.cs -linguist-detectable
23-
UE4Editor/Holiday/Source/Holiday/Holiday.Build.cs -linguist-detectable
24-
UE4Editor/Holiday/Source/HolidayEditor.Target.cs -linguist-detectable
22+
src/UE4Editor/Holiday/Source/Holiday.Target.cs linguist-detectable=false
23+
src/UE4Editor/Holiday/Source/Holiday/Holiday.Build.cs linguist-detectable=false
24+
src/UE4Editor/Holiday/Source/HolidayEditor.Target.cs linguist-detectable=false
25+
26+
# Notes
27+
# 1MB filesize limit https://github.com/github-linguist/linguist/blob/c1c34e5260797b4d598f5ec76f19723bfc5a1894/lib/linguist/blob_helper.rb#L191-L193

.github/workflows/Create_Latest_Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mkdir -p ${{ github.workspace }}/BUILD/LocRes-Builder/INPUT
4444
4545
cp \
46-
"${{ github.workspace }}/BUILD/dqx-offline-localization/Steam/App_ID-1358750/Build_ID-14529657/pakchunk0-WindowsNoEditor.pak/Game/Content/Localization/Game/locmetav2.json" \
46+
"${{ github.workspace }}/BUILD/dqx-offline-localization/src/pakchunk0-PLATFORM.pak/Holiday/Content/Localization/Game/locmeta.json" \
4747
"${{ github.workspace }}/BUILD/LocRes-Builder/INPUT/locmeta.json"
4848
4949
echo -e "Splitting Game.locres.yaml"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.vscode
22
*.diff
33
tools/.test/ignore
4+
src/UE4Editor/Holiday/KwK/StringTables/**/*.json
45
UE4Editor/Holiday/KwK/StringTables/**/*.json

0 commit comments

Comments
 (0)