tr.json system ui file added. - #393
Conversation
Turkish system UI file added.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d559423c64
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "_meta": { | ||
| "flag": "🇹🇷", | ||
| "name": "Türkçe", | ||
| "locale": "tr-TR", | ||
| "semiLocale": "tr_TR" |
There was a problem hiding this comment.
Add Turkish notification labels before exposing the locale
With this locale file auto-discovered, availableLanguages exposes code tr and users can save it as their interface language; the notification paths then pass that stored code into formatListing/formatPriceChange, but lib/utils/formatListing.js only maps en and de. Turkish users therefore receive English units/headlines such as 3 rooms and Price reduced in new-listing and price-change notifications, so please add the corresponding tr entries there or keep Turkish hidden until those backend labels are localized.
Useful? React with 👍 / 👎.
Turkish (tr) translation
Adds ui/src/locales/tr.json with a full Turkish translation of
the English locale file, covering all UI strings (dashboard, jobs,
listings, map, finance calculator, settings, notifications, etc.).