update 1.2 #26

Merged
overwritten merged 6 commits from main into main 2024-09-19 15:03:40 +00:00
overwritten commented 2024-09-18 22:47:18 +00:00 (Migrated from github.com)

(meows the billie eilish song)

(meows the billie eilish song)
GeBo1 (Migrated from github.com) requested changes 2024-09-19 13:54:56 +00:00
GeBo1 (Migrated from github.com) left a comment

Minor regex issue to fix

Minor regex issue to fix
@ -27,11 +27,17 @@ r:"^([-0-9]+)月([-0-9]+)日$"=$1/$2
r:"^付け毛([-0-9]+)$"=Hair $1
GeBo1 (Migrated from github.com) commented 2024-09-19 13:54:39 +00:00

_i has a specific meaning (don't retranslate, use as as), _j, _k are meaningless. Names don't have to be unique per file only per line

sr:"^(?<location>パンスト|靴下|ボトムス|手袋|トップス|インナー\([上下]\)|靴|靴下) カラー(?<num_i>[0-90-9]+)$"= ${location} Color ${num_i}
sr:"^(?<location>ネイル|アイライン|瞳|瞳孔)カラー(?<num_i>[0-90-9]+)$"= ${location} Color ${num_i}
`_i` has a specific meaning (don't retranslate, use as as), `_j`, `_k` are meaningless. Names don't have to be unique per file only per line ```suggestion sr:"^(?<location>パンスト|靴下|ボトムス|手袋|トップス|インナー\([上下]\)|靴|靴下) カラー(?<num_i>[0-90-9]+)$"= ${location} Color ${num_i} sr:"^(?<location>ネイル|アイライン|瞳|瞳孔)カラー(?<num_i>[0-90-9]+)$"= ${location} Color ${num_i} ```
ManlyMarco (Migrated from github.com) approved these changes 2024-09-19 15:02:28 +00:00
Sign in to join this conversation.
No description provided.