List of commits:
Subject Hash Author Date (UTC)
Expand Chinese translations 2baa34f7247c32af12480feb801cb41787022115 mse 2022-08-04 18:34:02
Add VNHACK command 4539d3931617e58e73b295d6ca3679150acdcf78 mse 2022-08-04 06:59:04
Refactor FG3 to allow separate compilation eb1bb8bbc8c60169c2bbd789b38c608b4bb9cbab mse 2022-08-03 22:30:45
Fix menu bugs and bump to v0.7.11 ae193263f4b8461c299f6db66f130beae94724cc mse 2022-07-07 04:52:30
Bump version to 0.7.10 5f70f1aba48d3df67d5e4a70d9595e92aeac4afb mse 2022-05-11 10:54:09
ADV-style text advance 5fbb734d07a2dcf0162245b5afc6b5b4b9021b6f mse 2022-04-12 12:25:24
Switch interaction to mouse-up 345ce8d1ea9755f51365a2676cce0415f9cf68c2 mse 2022-04-10 21:07:15
Use gradient for text backdrop 6ad98cdaf4df37e8b24d9c1e8e2f9b0e904da9aa mse 2022-04-10 13:04:29
Improve vn button highlight 51b2c6c07b0cfb0efdb8cdf5cbeba49ef54d9ccb mse 2022-04-09 06:54:39
Darken the screen when drawing a menu with non-VN text 8f3bcee6d57817ea8c1dd999c68cb129dea1550c mse 2022-04-08 16:01:52
Upgrade the UI 45561487af001c5a790343690a792faeb14945d4 mse 2022-04-06 23:45:31
Progress on getting Emscripten builds working again (almost) e4276b7823027c7ac3a3afe30c3c30241f1c6642 mse 2022-04-01 11:16:56
Bump to version 0.7.9 1c93b011603bd953df0628fa39c586c11eeb7138 mse 2022-03-30 08:31:00
Some progress on Android support dd2d0eb6d4ee42149b605526ce304e67243d90b4 mse 2022-03-20 00:28:35
Android support (work in progress) a8f26dd2d83d66fb8e3b634991084fbdc9faa640 mse 2022-03-19 20:08:09
Add IFGOSUB db52bc04bac0af4d668696580b1312920a47d9e5 mse 2022-03-19 17:11:36
Remove Poco from the makefile e6274074304b40f0eaae0e591acadc604388fbaa mse 2022-03-19 17:00:54
Disable texture wrapping in VN 75ed1c845f4643fa4e012f22f5a2bbeacca9d51e mse 2022-03-18 21:39:00
Menu improvements 2ee4efdb3fedb69cbf56711841fc961bd1b4877c mse 2022-03-17 19:32:45
Menu navigation fixes 362878a56a72a43f671d4c6022e53ce124a0cf99 mse 2022-03-17 18:47:50
Commit 2baa34f7247c32af12480feb801cb41787022115 - Expand Chinese translations
Author: mse
Author date (UTC): 2022-08-04 18:34
Committer name: mse
Committer date (UTC): 2022-08-04 18:34
Parent(s): 4539d3931617e58e73b295d6ca3679150acdcf78
Signer:
Signing key:
Signing status: N
Tree: a872b8d35fb1cdcc876e05f7fa52e158484c7af5
File Lines added Lines deleted
include/en_to_zh.h 21 7
File include/en_to_zh.h changed (mode: 100644) (index 39aa26f..508f750)
... ... const std::map<std::string,std::string> translate_en_zh = {
23 23 { ";", "; " }, { ";", "; " },
24 24 { "?", "? " }, { "?", "? " },
25 25 { "!", "! " }, { "!", "! " },
26 { "that", "那" },
27 { "the", "这" },
26 { "that", "那" }, // Nà
27 { "the", "这" }, // Zhè
28 28 { "this", "这" }, { "this", "这" },
29 { "yes", "是" },
29 { "yes", "是" }, // Shì
30 30 { "am", "是" }, { "am", "是" },
31 31 { "m", "是" }, { "m", "是" },
32 32 { "are", "是" }, { "are", "是" },
 
... ... const std::map<std::string,std::string> translate_en_zh = {
35 35 { "got", "是" }, { "got", "是" },
36 36 { "exist", "是" }, { "exist", "是" },
37 37 { "exists", "是" }, { "exists", "是" },
38 { "and", "和" },
39 { "but", "但" },
38 { "will", "是" },
39 { "and", "和" }, // Hé
40 { "but", "但" }, // Dàn
40 41 { "however", "但" }, { "however", "但" },
41 42 { "yet", "但" }, { "yet", "但" },
42 { "a", "一个" },
43 { "a", "一个" }, // Yīgè
43 44 { "an", "一个" }, { "an", "一个" },
44 { "i", "我" },
45 { "i", "我" }, // Wǒ
45 46 { "me", "我" }, { "me", "我" },
46 47 { "myself", "我" }, { "myself", "我" },
47 48 { "my", "我的" }, { "my", "我的" },
48 49 { "or", "或" }, { "or", "或" },
49 50 { "all", "所有" }, { "all", "所有" },
51 { "enough", "夠" },
52 { "sufficient", "夠" },
53 { "suffice", "夠" },
50 54 { "english", "英文" }, { "english", "英文" },
51 55 { "to", "到" }, { "to", "到" },
52 56 { "chinese", "普通话" }, { "chinese", "普通话" },
 
... ... const std::map<std::string,std::string> translate_en_zh = {
56 60 { "of", "的" }, { "of", "的" },
57 61 { "unique", "独特的" }, { "unique", "独特的" },
58 62 { "words", "字" }, { "words", "字" },
63 { "keep", "保留" },
64 { "reserve", "保留" },
65 { "don't", "無" },
66 { "none", "無" },
67 { "need", "需" },
68 { "only", "只" },
69 { "bake", "烤" },
70 { "sweet", "甜點" },
71 { "sweets", "甜點" },
72 { "dessert", "甜點" },
59 73 { "limited", "有限的" }, { "limited", "有限的" },
60 74 { "scant", "有限的" }, { "scant", "有限的" },
61 75 { "no", "不" }, { "no", "不" },
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/mse/ConfectionerEngine

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/mse/ConfectionerEngine

Clone this repository using git:
git clone git://git.rocketgit.com/user/mse/ConfectionerEngine

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main