Skip to content
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

Add Bengali language for react docs #266

Merged
merged 36 commits into from
Apr 29, 2023
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
75647de
Add Bangla translation for react docs
moshfiqrony Apr 25, 2023
0d1a735
Added the nomandhoni-cs as maintainer
moshfiqrony Apr 26, 2023
74f21d8
Added shakib609 and ahnafyy as maintainer
moshfiqrony Apr 26, 2023
e4e5d04
Added nutboltu as maintainer
moshfiqrony Apr 27, 2023
c76aa32
Update pl.json (#272)
gaearon Apr 25, 2023
105366d
First-pass update to the FR maintainers (#271)
tdd Apr 25, 2023
f714c24
Update PROGRESS.template.md
gaearon Apr 25, 2023
10ac315
Update it.json
deblasis Apr 25, 2023
603b1a3
Update ar.json to match repo settings
gaearon Apr 25, 2023
6ee0beb
Update fa.json to match repo settings
gaearon Apr 25, 2023
f74a304
Remove language that was never deployed
gaearon Apr 25, 2023
0f723d9
Update he.json to match repo settings
gaearon Apr 25, 2023
224fc52
Update uk.json to match repo settings
gaearon Apr 25, 2023
1f131ed
Update vi.json to match the repo settings
gaearon Apr 25, 2023
803278e
Update zh-hans.json to match repo settings
gaearon Apr 25, 2023
710ddff
Update zh-hant.json to match repo settings
gaearon Apr 25, 2023
88318ca
Stop spamming comments
gaearon Apr 25, 2023
c6ee3d4
Delete CODEOWNERS
gaearon Apr 25, 2023
8cb24b6
Remove test files
gaearon Apr 25, 2023
1e627db
Move stuff around
gaearon Apr 25, 2023
d362d31
Update fa maintainers (#273)
sJJdGG Apr 25, 2023
33b91ca
Update zh-hant.json to match the current list
gaearon Apr 26, 2023
b9cdd38
Simplify the translation infra (#285)
gaearon Apr 29, 2023
44637e3
Tweak wording
gaearon Apr 29, 2023
4c671b8
Add fi, lo, and sw translations (#286)
gaearon Apr 29, 2023
b1ae1e0
Update engines
gaearon Apr 29, 2023
672213e
Allow manually running workflows
gaearon Apr 29, 2023
2069a25
Try to run stuff
gaearon Apr 29, 2023
78bb431
Cursor is now a pointer when mouse is on sort options (#284)
abolfazlchaman Apr 29, 2023
60e17fd
Add Icelandic (#270)
hph Apr 29, 2023
bc2fa80
Oops
gaearon Apr 29, 2023
df2bfee
Don't fail on existing sync PRs
gaearon Apr 29, 2023
306fd87
Removed bn.json file
moshfiqrony Apr 29, 2023
03d5a9e
Added Bengali translation entry
moshfiqrony Apr 29, 2023
f89798f
Merge branch 'main' into patch-1
moshfiqrony Apr 29, 2023
6779920
Update langs.json
gaearon Apr 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions langs/langs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{ "code": "ar", "name": "العربية", "enName": "Arabic" },
{ "code": "az", "name": "Azərbaycanca", "enName": "Azerbaijani" },
{ "code": "bn", "name": "বাংলা", "enName": "Bengali" },
{ "code": "de", "name": "Deutsch", "enName": "German" },
{ "code": "es", "name": "Español", "enName": "Spanish" },
{ "code": "fa", "name": "فارسی", "enName": "Persian" },
Expand Down