Skip to content

feat(i18n): add Urdu (ur) language support#26

Open
iamahsanmehmood wants to merge 1 commit intolocalsend:mainfrom
iamahsanmehmood:feature/add-urdu-language
Open

feat(i18n): add Urdu (ur) language support#26
iamahsanmehmood wants to merge 1 commit intolocalsend:mainfrom
iamahsanmehmood:feature/add-urdu-language

Conversation

@iamahsanmehmood
Copy link
Copy Markdown

Summary

Adds Urdu (ur) language support to the LocalSend Web App.

Changes

1. New file: i18n/locales/ur.json

Complete Urdu translation of all strings in the web app, including:

  • SEO title and description
  • Connection status messages
  • Empty state messages (device hint, LAN hint)
  • User identity labels
  • PIN labels
  • Alias input placeholder
  • File transfer progress messages

2. Modified: nuxt.config.ts

Registered the Urdu locale in the i18n configuration:

  • Code: ur
  • Language: ur-PK
  • Name: اردو
  • Direction: rtl (Right-to-Left)

Notes

  • Urdu is an RTL language, so dir: "rtl" has been specified in the locale config
  • All strings from en.json have been translated
  • JSON has been validated for correctness

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.

1 participant