diff --git a/TRANSLATION.md b/TRANSLATION.md index 7b94d040..94ba8f8e 100644 --- a/TRANSLATION.md +++ b/TRANSLATION.md @@ -35,6 +35,11 @@ BentoPDF uses **i18next** for internationalization (i18n). Currently supported l - **Russian** (`ru`) - **Ukrainian** (`uk`) - **Slovak** (`sk`) +- **Arabic** (`ar`) +- **Dutch** (`nl`) +- **Danish** (`da`) +- **Swedish** (`sv`) +- **Japanese** (`ja`) The app automatically detects the language from the URL path: @@ -607,6 +612,11 @@ Current translation coverage: | Russian | `ru` | ✅ Complete | Community | | Ukrainian | `uk` | ✅ Complete | Community | | Slovak | `sk` | ✅ Complete | Community | +| Arabic | `ar` | ✅ Complete | Community | +| Dutch | `nl` | ✅ Complete | Community | +| Danish | `da` | ✅ Complete | Community | +| Swedish | `sv` | ✅ Complete | Community | +| Japanese | `ja` | ✅ Complete | Community | | Your Language | `??` | 🚧 In Progress | You? | ---