Skip to content

Commit 887a77f

Browse files
authored
Request translators to update the CODEOWNERS file (ghostty-org#7798)
2 parents 1213e91 + 95d9b1e commit 887a77f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

po/README_TRANSLATORS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,18 @@ const locales = [_][]const u8{
148148

149149
You should then be able to run `zig build` and see your translations in action.
150150

151+
Before opening a pull request with the new translation file, you should also add
152+
your locale to the `CODEOWNERS` file. Find the `# Localization` section near the
153+
bottom and add a line like so (where `xx_YY` is your locale):
154+
155+
```diff
156+
# Localization
157+
/po/README_TRANSLATORS.md @ghostty-org/localization
158+
/po/com.mitchellh.ghostty.pot @ghostty-org/localization
159+
/po/zh_CN.UTF-8.po @ghostty-org/zh_CN
160+
+/po/xx_YY.UTF-8.po @ghostty-org/xx_YY
161+
```
162+
151163
## Style Guide
152164

153165
These are general style guidelines for translations. Naturally, the specific

0 commit comments

Comments
 (0)