modular-avatar/Editor/Localization
nekobako 8418f8e047
feat: change shape changer to support multiple target renderers (#1011)
* feat: add target renderer to ChangedShape

* chore: add test for ShapeChanger target renderer

* feat: add override target to MaterialSetter

* fix: resolve added AvatarObjectReference

* fix: record prefab instance property modifications

* refactor: remove unused setter for AvatarObjectReference

* refactor: change ChangedShape and MaterialSwitchObject from struct to class

* feat: remove override target from ShapeChanger and MaterialSetter

* refactor: align flow and code style of ShapeChanger and MaterialSetter

* feat: ShapeChanger target migration

* fix: add null check

* chore: added some comments and nullchecks

---------

Co-authored-by: bd_ <bd_@nadena.dev>
2024-08-21 20:27:10 -07:00
..
en-US.json feat: change shape changer to support multiple target renderers (#1011) 2024-08-21 20:27:10 -07:00
en-US.json.meta chore: configure crowdin (#756) 2024-03-09 18:51:14 +09:00
ja-JP.json feat: change shape changer to support multiple target renderers (#1011) 2024-08-21 20:27:10 -07:00
ja-JP.json.meta chore: configure crowdin (#756) 2024-03-09 18:51:14 +09:00
ko-KR.json New Crowdin updates (#986) 2024-08-11 18:48:01 -07:00
ko-KR.json.meta chore: configure crowdin (#756) 2024-03-09 18:51:14 +09:00
Localization.cs Merge remote-tracking branch 'origin/main' into tct 2024-03-09 18:58:52 +09:00
Localization.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
README.md chore: add Localization/README.md 2024-03-09 19:23:38 +09:00
README.md.meta chore: add Localization/README.md 2024-03-09 19:23:38 +09:00
UIElementLocalizer.cs feat: add UI to show parameter usage (#773) 2024-03-14 21:33:44 +09:00
UIElementLocalizer.cs.meta ui(parameters): Rebuild MAParameters UI for Unity 2022 (#634) 2024-01-27 20:06:22 +09:00
zh-Hans.json New Crowdin updates (#986) 2024-08-11 18:48:01 -07:00
zh-Hans.json.meta chore: configure crowdin (#756) 2024-03-09 18:51:14 +09:00
zh-Hant.json feat: change shape changer to support multiple target renderers (#1011) 2024-08-21 20:27:10 -07:00
zh-Hant.json.meta Merge remote-tracking branch 'origin/main' into tct 2024-03-09 18:58:52 +09:00

Localizations are now being managed via Crowdin: https://crowdin.com/project/modular-avatar

When adding new strings, please add them directly to the en-US.json file as part of your pull request. You may also add translated strings to the other language files; crowdin will automatically import them. Do not add "untranslated" strings (i.e. copies of the en-US strings), unless the string is meant to be the same in the language in question.

When making a change to just add a new string, please do so on crowdin instead. If you have any trouble getting access, please contact me at bd_@nadena.dev and I'll try to get you set up.