Skip to content

Commit

Permalink
adding back translated manual folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Nov 16, 2023
1 parent c7cb6e6 commit d9aa340
Show file tree
Hide file tree
Showing 3,309 changed files with 99,618 additions and 112,545 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
60 changes: 33 additions & 27 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,36 @@ on:


jobs:
sync_latest_from_upstream:
runs-on: ubuntu-latest
name: Sync latest commits from upstream repo
steps:
- name: Checkout target repo
uses: actions/checkout@v2
with:
ref: main
token: ${{ secrets.GH_TOKEN }}
persist-credentials: false
- name: repo-sync-develop
uses: repo-sync/github-sync@v2
with:
source_repo: "https://${{ secrets.GH_TOKEN }}@github.com//YoYoGames/GameMaker-Manual.git"
source_branch: "develop"
destination_branch: "develop"
github_token: ${{ secrets.GH_TOKEN }}
sync_tags: "true"
- name: repo-sync-lts-2022-r1
uses: repo-sync/github-sync@v2
with:
source_repo: "https://${{ secrets.GH_TOKEN }}@github.com//YoYoGames/GameMaker-Manual.git"
source_branch: "lts-2022-r1"
destination_branch: "lts-2022-r1"
github_token: ${{ secrets.GH_TOKEN }}
sync_tags: "true"

sync_latest_from_upstream:
runs-on: ubuntu-latest
name: Sync latest commits from upstream repo
steps:
- name: Checkout target repo
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
persist-credentials: false
- name: Sync upstream changes
id: sync
uses: aormsby/[email protected]
with:
target_sync_branch: develop
# REQUIRED 'target_repo_token' exactly like this!
target_repo_token: ${{ secrets.GH_TOKEN }}
upstream_sync_branch: develop
upstream_sync_repo: YoYoGames/GameMaker-Manual
upstream_repo_access_token: ${{ secrets.GH_TOKEN }}
git_config_user: ksuchitra532
git_config_email: null
git_config_pull_rebase: true
- name: Sync upstream changes
id: sync-lts
uses: aormsby/[email protected]
with:
target_sync_branch: main-lts
# REQUIRED 'target_repo_token' exactly like this!
target_repo_token: ${{ secrets.GH_TOKEN }}
upstream_sync_branch: main-lts
upstream_sync_repo: YoYoGames/GameMaker-Manual
upstream_repo_access_token: ${{ secrets.GH_TOKEN }}
53 changes: 52 additions & 1 deletion Manual/GMS2_Manual.rhpj
Original file line number Diff line number Diff line change
@@ -1 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?><project version="2022.0.346"><title>GMS2 Manual</title><id>ed49fdaf-a158-4f0a-bdc8-7b5026ece5f2</id><layouts></layouts><preferences><language>en_UK</language><noInlineStyle>false</noInlineStyle><hideBookmarks>false</hideBookmarks><advancedHtmlHelpOptions>false</advancedHtmlHelpOptions><trackChanges>false</trackChanges><defaultCss>contents/assets/css/default.css</defaultCss><defaultWsf>settings/import/word/default.wsf</defaultWsf><defaultFsf>settings/import/fm/default.fsf</defaultFsf></preferences><links></links><scripts></scripts><authortabs></authortabs><outputtabs></outputtabs><content root="contents/"></content><toc root="toc"></toc><snippets root="contents/assets/snippets"></snippets><glossary root="glossary"></glossary><index root="index"></index><seealso root="seealso"></seealso><variable root="variable"></variable><condition root="condition"></condition><microcontent root="contents/microcontent"></microcontent></project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="2020.8.0">
<title>GMS2 Manual</title>
<id>ed49fdaf-a158-4f0a-bdc8-7b5026ece5f2</id>
<preferences>
<language>en_UK</language>
<noInlineStyle>false</noInlineStyle>
<advancedHtmlHelpOptions>false</advancedHtmlHelpOptions>
<defaultCss>contents/assets/css/default.css</defaultCss>
<defaultWsf>settings/import/word/default.wsf</defaultWsf>
<defaultFsf>settings/import/fm/default.fsf</defaultFsf></preferences>
<statuslist>
<status>Draft</status>
<status>In Progress</status>
<status>Ready for Review</status>
<status>Sent for Review</status>
<status>Reviewed</status>
<status>Complete</status></statuslist>
<ctaggroups>
<group>Export</group>
<group>Licence</group>
<group>Misc</group></ctaggroups>
<colors>
<color name="Black" value="#000000"></color>
<color name="Red" value="#FF0000"></color>
<color name="Lime" value="#00FF00"></color>
<color name="Blue" value="#0000FF"></color>
<color name="Maroon" value="#800000"></color>
<color name="Green" value="#008000"></color>
<color name="Navy" value="#000080"></color>
<color name="Gray" value="#808080"></color>
<color name="White" value="#FFFFFF"></color>
<color name="Fuchsia" value="#FF00FF"></color>
<color name="Aqua" value="#00FFFF"></color>
<color name="Yellow" value="#FFFF00"></color>
<color name="Purple" value="#800080"></color>
<color name="Olive" value="#808000"></color>
<color name="Teal" value="#008080"></color>
<color name="Silver" value="#C0C0C0"></color></colors>
<links></links>
<scripts></scripts>
<authortabs></authortabs>
<outputtabs></outputtabs>
<content root="contents/"></content>
<toc root="toc"></toc>
<snippets root="contents/assets/snippets"></snippets>
<glossary root="glossary"></glossary>
<index root="index"></index>
<seealso root="seealso"></seealso>
<variable root="variable"></variable>
<condition root="condition"></condition>
<microcontent root="contents/microcontent"></microcontent></project>
77 changes: 0 additions & 77 deletions Manual/GenerateKeyboardShortcutTableFromList.py

This file was deleted.

Loading

0 comments on commit d9aa340

Please sign in to comment.