From fa3ccafa8028933f11802eace3dca6f6dc7c4dba Mon Sep 17 00:00:00 2001 From: noriaki watanabe Date: Thu, 14 Dec 2023 11:17:59 +0900 Subject: [PATCH] Add i18n setup in build instructions (#2206) --- docs/build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/build.md b/docs/build.md index 2bf7324b..c0ffefee 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`