Skip to content

🌐 Adds Azerbaijani (az) translation - #2334

Merged
lissy93 merged 1 commit into
lissy93:masterfrom
jamalkamaladdin:i18n/az-translation
Sep 5, 2026
Merged

lissy93 merged 1 commit into
lissy93:masterfrom
jamalkamaladdin:i18n/az-translation

Conversation

@jamalkamaladdin

Copy link
Copy Markdown
Contributor

Adds Azerbaijani (az) as a new language, following the three steps in docs/multi-language-support.md:

  1. src/assets/locales/az.jsonall 500 keys translated
  2. Registered in src/utils/languages.js as { name: 'Azərbaycan dili', code: 'az', flag: '🇦🇿' }
  3. Added to the Supported Languages list in the README

yarn validate-locales reports az at 100% coverage — currently the most complete non-English locale in the repo.

Deliberate choices

The three {plural} placeholders are dropped (files, storages, updates-available). Azerbaijani keeps a noun singular after a numeral — "1234 fayl", never "1234 fayllar" — so there is no suffix for the placeholder to carry. de.json resolves these the same way.

Five values stay in English on purpose: Dashy (product name), Minimal and Region (identical words in Azerbaijani), Service Worker and VPN IP (technical names that are not translated in Azerbaijani usage).

nextcloud.of is rendered as /, and nextcloud.in as an em dash. Azerbaijani has no prepositions — the equivalent is a case ending on the following noun, which a fixed English word order cannot produce. 5 GB / 10 GB is the natural way to write that in Azerbaijani, and a neutral separator is more honest than a preposition that does not exist.

On the translation itself

Azerbaijani and Turkish are close enough that Turkish forms slip into Azerbaijani translations easily, so every string was checked twice: once against the Azerbaijani alphabet, and once against a list of Turkish look-alike words. Terminology was also checked for internal consistency — a single stem per concept, so konfiqurasiya, bölmə, vidcet, mübadilə buferi and ehtiyat nüsxə never appear spelled two different ways.

The only strings containing characters outside the Azerbaijani alphabet are the 🩷 emoji carried over from the English source, Service Worker, and the {widgets} placeholder.

Checks

check result
yarn validate-locales PASS — 33/33 valid, 0 missing, 0 unregistered, az at 100%
yarn lint clean
vue-tsc --noEmit clean
vitest run 526 tests passed, 29 files

Key order and nesting match en.json exactly, and no value is left empty.

@netlify

netlify Bot commented Sep 4, 2026

Copy link
Copy Markdown

Deploy Preview for dashy-dev ready!

Name Link
🔨 Latest commit b865162
🔍 Latest deploy log https://app.netlify.com/projects/dashy-dev/deploys/6a9b4c624005a40008bcff8b
😎 Deploy Preview https://deploy-preview-2334--dashy-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@lissy93 lissy93 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jamalkamaladdin 🙌🇦🇿

@lissy93
lissy93 merged commit 37280e7 into lissy93:master Sep 5, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants