Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Persian translation #292

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions i18n/fa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
name: 'فارسی',
key: 'fa',
'Open in Debug Map': 'در اشکال‌زدایی نقشه باز کن',
'Open in Mapillary': 'در Mapillary باز کن',
'GPX': 'خروجی گرفتن در فایل GPX',
'Open in editor': 'در ویرایشگر باز کن',
'Open in JOSM': 'در JOSM باز کن',
'Select language': 'انتخاب زبان',
'Start - press enter to drop marker': 'شروع - برای درج نشانه روی نقشه اینتر بزنید',
'End - press enter to drop marker': 'پایان - برای درج نشانه روی نقشه اینتر بزنید',
'Via point - press enter to drop marker': 'مسیر میانه - برای درج نشانه روی نقشه اینتر بزنید'
};
1 change: 1 addition & 0 deletions src/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var language_mapping = {
en: require('../i18n/en'),
de: require('../i18n/de'),
es: require('../i18n/es'),
fa: require('../i18n/fa'),
fr: require('../i18n/fr'),
ru: require('../i18n/ru'),
sv: require('../i18n/sv'),
Expand Down