diff options
author | Billy Cao <aliencaocao@gmail.com> | 2022-11-06 08:33:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 08:33:08 +0000 |
commit | c13e234444e98d112e9fe99d518c834edeb79471 (patch) | |
tree | 8dfa10582dccb75685b4dd3ee28d1d48c0a6f595 /CODEOWNERS | |
parent | 55ca04095845b41bf66333b3b7343e3ea0babed1 (diff) | |
parent | 5302e2cdd4c8f039a68e900d739285d15d99d200 (diff) | |
download | stable-diffusion-webui-gfx803-c13e234444e98d112e9fe99d518c834edeb79471.tar.gz stable-diffusion-webui-gfx803-c13e234444e98d112e9fe99d518c834edeb79471.tar.bz2 stable-diffusion-webui-gfx803-c13e234444e98d112e9fe99d518c834edeb79471.zip |
Merge branch 'master' into enable-override-hypernet
Diffstat (limited to 'CODEOWNERS')
-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.
+
+
|