add Arabic (ar-SA) translation, RTL & fix SSR navigator error. (#1623)

* feat: add Arabic translation (ar-SA)

* Add Arabic localization and RTL support

* cleanup ar-SA

---------

Co-authored-by: Maxi Quoß <maxi@quoss.org>
This commit is contained in:
Ali | علي
2026-02-13 02:32:16 +03:00
committed by GitHub
parent 5440ab3b25
commit 85280034ce
9 changed files with 1532 additions and 479 deletions

View File

@@ -1 +1,19 @@
cache
# IF GIT SHOWED THAT THIS FILE CHANGED
#
# 1. RUN THE FOLLOWING COMMAND
#
# ---
# git rm --cached '**/*.inlang/.gitignore'
# ---
#
# 2. COMMIT THE CHANGE
#
# ---
# git commit -m "fix: remove tracked .gitignore from inlang project"
# ---
#
# Inlang handles the gitignore itself starting with version ^2.5.
#
# everything is ignored except settings.json
*
!settings.json

View File

@@ -2,6 +2,7 @@
"$schema": "https://inlang.com/schema/project-settings",
"baseLocale": "en-US",
"locales": [
"ar-SA",
"bg-BG",
"cs-CZ",
"de-DE",