Compare commits

..

No commits in common. "e4abc679a3d89ddb3004dbbe2dae0442e5ef81c7" and "42819ea440358e3e894db34b5e91d79e9dcf5785" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
.github/CODEOWNERS vendored
View File

@ -12,7 +12,7 @@
/src/locales @pagefaultgames/translation-leads
# Catalan (Spain/Spanish)
/src/locales/ca_ES @pagefaultgames/catalan-translation-team
/src/locales/ca_ES @pagefaultgames/calatan-translation-team
# German
/src/locales/de @pagefaultgames/german-translation-team
@ -42,4 +42,4 @@
/src/locales/zh_CN @pagefaultgames/chinese_simplified-translation-team
# Chinese (traditional)
/src/locales/zh_TW @pagefaultgames/chinese_traditional-translation-team
/src/locales/zh_TW @pagefaultgames/chinese_traditional-translation-team

View File

@ -30,7 +30,7 @@
- [ ] The PR is self-contained and cannot be split into smaller PRs?
- [ ] Have I provided a clear explanation of the changes?
- [ ] Have I considered writing automated tests for the issue?
- [ ] If I have text, did I add make it translatable and added a key in the English language?
- [ ] If I have text, did I add placeholders for them in locales?
- [ ] Have I tested the changes (manually)?
- [ ] Are all unit tests still passing? (`npm run test`)
- [ ] Are the changes visual?