-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React i18next #8866
React i18next #8866
Changes from 20 commits
1798fe5
5c330b8
3c1a6cc
8f4b43e
8a038cc
e150efd
5b5c9ca
d411fce
078c967
32ae184
b6d19df
b202358
6f6f62d
eda0cff
f724fd8
e752dff
04550c1
d259ecd
ae5d9fb
ca4c74b
cfade8c
d2931e8
472174d
1121f54
8dc9886
789376b
e3c74c2
6cc04d0
43cab21
03d7f9e
2c5ad4f
78f9e15
9b9e5c6
de72e68
6447f1b
966f4b0
886fb46
3746e62
9789abf
f174d3a
e3aab9d
76f1e98
38e2f37
d0a9fdf
d0cf89f
1f715d4
ec415b5
344fa22
71f234d
8385f4b
a9ed184
b9195e2
dd3f0ae
1978a39
b07066e
c0db325
30efac1
69a045d
f51ca6b
8918fdc
a595c0c
027ecef
307c758
a1259ba
d9342b0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Locales generation process | ||
|
||
Every time `yarn build` or `yarn start` is executed, the following process is | ||
going to be triggered as well: | ||
|
||
<img src="../static/locales.png"> | ||
|
||
With this process, we reduce the amount of text we bundle on each page since we | ||
are querying only the necessary translations that each page needs. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A bit of context on how the whole process works. Would appreciate any feedback on this. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also a recommended thing to read first that will help you understand and review the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diagrams for the win! 😍