about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authornoriaki watanabe <nabeyang@gmail.com>2023-12-14 11:17:59 +0900
committerGitHub <noreply@github.com>2023-12-13 18:17:59 -0800
commitfa3ccafa8028933f11802eace3dca6f6dc7c4dba (patch)
tree218800910fe1f32d36c05cc036341a8fe53a4d28 /docs
parent5fa43530f6e8a794ac5d6adf765aa0e2cec7e5ee (diff)
downloadvoidsky-fa3ccafa8028933f11802eace3dca6f6dc7c4dba.tar.zst
Add i18n setup in build instructions (#2206)
Diffstat (limited to 'docs')
-rw-r--r--docs/build.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/build.md b/docs/build.md
index 2bf7324b9..c0ffefeef 100644
--- a/docs/build.md
+++ b/docs/build.md
@@ -10,6 +10,7 @@
 - After initial setup:
   - Copy `google-services.json.example` to `google-services.json` or provide your own `google-services.json`. (A real firebase project is NOT required)
   - `npx expo prebuild` -> you will also need to run this anytime `app.json` or native `package.json` deps change
+  - `yarn intl:build` -> you will also need to run this anytime `./src/locale/{locale}/messages.po` change
 - Start the dev servers
   - `git clone git@github.com:bluesky-social/atproto.git`
   - `cd atproto`