Files
UpSnap/frontend/project.inlang/settings.json
Ali | علي 85280034ce 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>
2026-02-13 00:32:16 +01:00

36 lines
621 B
JSON

{
"$schema": "https://inlang.com/schema/project-settings",
"baseLocale": "en-US",
"locales": [
"ar-SA",
"bg-BG",
"cs-CZ",
"de-DE",
"en-US",
"es-ES",
"fr-FR",
"hi-IN",
"id-ID",
"it-IT",
"ja-JP",
"ko-KR",
"nl-NL",
"nb-NO",
"pl-PL",
"pt-PT",
"ru-RU",
"uk-UA",
"vi-VN",
"zh-TW",
"zh-CN"
],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@2/dist/index.js"
],
"plugin.inlang.messageFormat": {
"pathPattern": "./translations/{locale}.json"
},
"telemetry": "off"
}