2 parents 1213e91 + 95d9b1e commit 887a77fCopy full SHA for 887a77f
1 file changed
po/README_TRANSLATORS.md
@@ -148,6 +148,18 @@ const locales = [_][]const u8{
148
149
You should then be able to run `zig build` and see your translations in action.
150
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
163
## Style Guide
164
165
These are general style guidelines for translations. Naturally, the specific
0 commit comments