diff options
author | 2021-08-25 19:11:29 +0300 | |
---|---|---|
committer | 2021-08-25 12:11:29 -0400 | |
commit | 7ea0cb33683c15e4109950161c82c9a174fc76c9 (patch) | |
tree | c8bbaae78a90d6be51cf19b822d65dc14c22c580 /docs/src/components | |
parent | f097c88d2ebe3c280d70a7d3cbe2726ecf16064c (diff) | |
download | astro-7ea0cb33683c15e4109950161c82c9a174fc76c9.tar.gz astro-7ea0cb33683c15e4109950161c82c9a174fc76c9.tar.zst astro-7ea0cb33683c15e4109950161c82c9a174fc76c9.zip |
Arabic getting-started translation (#1166)
Co-authored-by: = <=>
Diffstat (limited to 'docs/src/components')
-rw-r--r-- | docs/src/components/Header/LanguageSelect.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/components/Header/LanguageSelect.tsx b/docs/src/components/Header/LanguageSelect.tsx index 3ad7f1b47..d3c380da2 100644 --- a/docs/src/components/Header/LanguageSelect.tsx +++ b/docs/src/components/Header/LanguageSelect.tsx @@ -79,6 +79,9 @@ const LanguageSelect: FunctionalComponent<{ lang: string }> = ({ lang }) => { <option value="kr"> <span>한국어</span> </option> + <option value="ar"> + <span>العربية</span> + </option> </select> </div> ); |