diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-11-06 07:37:08 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-11-06 07:37:08 +0000 |
commit | 9cd1a66648b4c19136687100f9705d442f31e7f9 (patch) | |
tree | fd714998e37976987ae0df000cdde686a4265f4b | |
parent | e5b4e3f820cd09e751f1d168ab05d606d078a0d9 (diff) | |
download | stable-diffusion-webui-gfx803-9cd1a66648b4c19136687100f9705d442f31e7f9.tar.gz stable-diffusion-webui-gfx803-9cd1a66648b4c19136687100f9705d442f31e7f9.tar.bz2 stable-diffusion-webui-gfx803-9cd1a66648b4c19136687100f9705d442f31e7f9.zip |
remove localization people from CODEOWNERS add a note
-rw-r--r-- | CODEOWNERS | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -1,13 +1,12 @@ * @AUTOMATIC1111
-/localizations/ar_AR.json @xmodar @blackneoo
-/localizations/de_DE.json @LunixWasTaken
-/localizations/es_ES.json @innovaciones
-/localizations/fr_FR.json @tumbly
-/localizations/it_IT.json @EugenioBuffo
-/localizations/ja_JP.json @yuuki76
-/localizations/ko_KR.json @36DB
-/localizations/pt_BR.json @M-art-ucci
-/localizations/ru_RU.json @kabachuha
-/localizations/tr_TR.json @camenduru
-/localizations/zh_CN.json @dtlnor @bgluminous
-/localizations/zh_TW.json @benlisquare
+
+# if you were managing a localization and were removed from this file, this is because
+# the intended way to do localizations now is via extensions. See:
+# https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-extensions
+# Make a repo with your localization and since you are still listed as a collaborator
+# you can add it to the wiki page yourself. This change is because some people complained
+# the git commit log is cluttered with things unrelated to almost everyone and
+# because I believe this is the best overall for the project to handle localizations almost
+# entirely without my oversight.
+
+
|