From 161355384bbcaf22aa2033d5d7a088ed39af69a1 Mon Sep 17 00:00:00 2001 From: SAn4Es-TV Date: Sun, 12 Mar 2023 22:44:18 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D1=8B=D0=B9=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Update.bat | 2 ++ lang-uk/files.js | 3 +++ lang-uk/patch.js | 13 +++++++++++++ repo.js | 11 +++++++++++ 4 files changed, 29 insertions(+) create mode 100644 Update.bat create mode 100644 lang-uk/files.js create mode 100644 lang-uk/patch.js create mode 100644 repo.js diff --git a/Update.bat b/Update.bat new file mode 100644 index 0000000..2d99de1 --- /dev/null +++ b/Update.bat @@ -0,0 +1,2 @@ +C:\Users\sanes\AppData\Local\Programs\Python\Python311\python.exe ..\bin\scripts\repo_update.py +pause \ No newline at end of file diff --git a/lang-uk/files.js b/lang-uk/files.js new file mode 100644 index 0000000..89aea1e --- /dev/null +++ b/lang-uk/files.js @@ -0,0 +1,3 @@ +{ + "patch.js": 2750704673 +} diff --git a/lang-uk/patch.js b/lang-uk/patch.js new file mode 100644 index 0000000..cfb8a1e --- /dev/null +++ b/lang-uk/patch.js @@ -0,0 +1,13 @@ +{ + "dependencies": [ + "nmglc/base_tsa", + "nmglc/script_latin", + "nmglc/western_name_order" + ], + "id": "lang-uk", + "servers": [ + "https://raw.githubusercontent.com/SolicenTEAM/TouhouTSOLT/master/lang-uk/" + ], + "title": "Украинский перевод игры", + "update": true +} diff --git a/repo.js b/repo.js new file mode 100644 index 0000000..8993673 --- /dev/null +++ b/repo.js @@ -0,0 +1,11 @@ +{ + "contact": "solicenteam@gmail.com", + "id": "TouhouTSOLT", + "patches": { + "lang-uk": "Украинский перевод игры" + }, + "servers": [ + "https://raw.githubusercontent.com/SolicenTEAM/TouhouTSOLT/master/" + ], + "title": "Touhou patch repo from SolicenTEAM" +}