-
Notifications
You must be signed in to change notification settings - Fork 38
feat(i18n): add Tamil (ta-IN) language support #194
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
Merged
brionmario
merged 8 commits into
asgardeo:main
from
navidik:adding-tami-to-javascript-sdk
Oct 14, 2025
+167
−0
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
e3595b1
feat(i18n): add Tamil (ta-IN) language support
navidik 79840b1
move the ta-IN.ts file to the new @asgardeo/i18n package
navidik 7c0c954
move the ta-IN.ts file to the new @asgardeo/i18n package
navidik ecfd7b7
chore: add changeset 🦋. and Export the ta-IN from the index.ts:
navidik 3500e4f
chore: add changeset 🦋 and Export the ta-IN from the index.ts:
navidik 686a198
Merge branch 'main' into adding-tami-to-javascript-sdk
navidik 256df6f
chore: add `/* eslint-disable @typescript-eslint/naming-convention */`
brionmario 569dbab
chore: remove unwanted new line
brionmario File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@asgardeo/i18n': minor | ||
--- | ||
|
||
chore: add `Tamil ta-IN` language support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
/** | ||
* Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com). | ||
* | ||
* WSO2 LLC. licenses this file to you under the Apache License, | ||
* Version 2.0 (the "License"); you may not use this file except | ||
* in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, | ||
* software distributed under the License is distributed on an | ||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
* KIND, either express or implied. See the License for the | ||
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ | ||
|
||
/* eslint-disable sort-keys */ | ||
/* eslint-disable @typescript-eslint/naming-convention */ | ||
|
||
import {I18nTranslations, I18nMetadata, I18nBundle} from '../models/i18n'; | ||
|
||
const translations: I18nTranslations = { | ||
/* |---------------------------------------------------------------| */ | ||
/* | Elements | */ | ||
/* |---------------------------------------------------------------| */ | ||
|
||
/* Buttons */ | ||
'elements.buttons.signIn': 'உள்நுழை', | ||
'elements.buttons.signOut': 'வெளியேறு', | ||
'elements.buttons.signUp': 'பதிவு செய்', | ||
'elements.buttons.facebook': 'Facebook மூலம் தொடரவும்', | ||
'elements.buttons.google': 'Google மூலம் தொடரவும்', | ||
'elements.buttons.github': 'GitHub மூலம் தொடரவும்', | ||
'elements.buttons.microsoft': 'Microsoft மூலம் தொடரவும்', | ||
'elements.buttons.linkedin': 'LinkedIn மூலம் தொடரவும்', | ||
'elements.buttons.ethereum': 'Ethereum மூலம் உள்நுழை', | ||
'elements.buttons.multi.option': '{connection} மூலம் தொடரவும்', | ||
'elements.buttons.social': '{connection} மூலம் தொடரவும்', | ||
|
||
/* Fields */ | ||
'elements.fields.placeholder': '{field} உள்ளிடவும்', | ||
|
||
/* |---------------------------------------------------------------| */ | ||
/* | Widgets | */ | ||
/* |---------------------------------------------------------------| */ | ||
|
||
/* Base Sign In */ | ||
'signin.title': 'உள்நுழை', | ||
'signin.subtitle': 'தொடர உங்கள் சான்றுகளை உள்ளிடவும்.', | ||
|
||
/* Base Sign Up */ | ||
'signup.title': 'பதிவு செய்', | ||
'signup.subtitle': 'தொடங்க புதிய கணக்கை உருவாக்கவும்.', | ||
|
||
/* Email OTP */ | ||
'email.otp.title': 'OTP சரிபார்ப்பு', | ||
'email.otp.subtitle': 'உங்கள் மின்னஞ்சலுக்கு அனுப்பப்பட்ட குறியீட்டை உள்ளிடவும்.', | ||
'email.otp.submit.button': 'தொடரவும்', | ||
|
||
/* Identifier First */ | ||
'identifier.first.title': 'உள்நுழை', | ||
'identifier.first.subtitle': 'பயனர்பெயர் அல்லது மின்னஞ்சல் முகவரியை உள்ளிடவும்.', | ||
'identifier.first.submit.button': 'தொடரவும்', | ||
|
||
/* SMS OTP */ | ||
'sms.otp.title': 'OTP சரிபார்ப்பு', | ||
'sms.otp.subtitle': 'உங்கள் தொலைபேசிக்கு அனுப்பப்பட்ட குறியீட்டை உள்ளிடவும்.', | ||
'sms.otp.submit.button': 'தொடரவும்', | ||
|
||
/* TOTP */ | ||
'totp.title': 'உங்கள் அடையாளத்தை சரிபார்க்கவும்', | ||
'totp.subtitle': 'உங்கள் அங்கீகரிப்பு செயலியில் உள்ள குறியீட்டை உள்ளிடவும்.', | ||
'totp.submit.button': 'தொடரவும்', | ||
|
||
/* Username Password */ | ||
'username.password.submit.button': 'தொடரவும்', | ||
'username.password.title': 'உள்நுழை', | ||
'username.password.subtitle': 'தொடர உங்கள் பயனர்பெயர் மற்றும் கடவுச்சொல்லை உள்ளிடவும்.', | ||
|
||
/* |---------------------------------------------------------------| */ | ||
/* | User Profile | */ | ||
/* |---------------------------------------------------------------| */ | ||
|
||
'user.profile.title': 'சுயவிவரம்', | ||
'user.profile.update.generic.error': | ||
'உங்கள் சுயவிவரத்தை புதுப்பிக்கும் போது பிழை ஏற்பட்டது. மீண்டும் முயற்சிக்கவும்.', | ||
|
||
/* |---------------------------------------------------------------| */ | ||
/* | Organization Switcher | */ | ||
/* |---------------------------------------------------------------| */ | ||
|
||
'organization.switcher.select.organization': 'அமைப்பை தேர்ந்தெடு', | ||
'organization.switcher.switch.organization': 'அமைப்பை மாற்று', | ||
'organization.switcher.loading.organizations': 'அமைப்புகள் ஏற்றப்படுகின்றன...', | ||
'organization.switcher.members': 'உறுப்பினர்கள்', | ||
'organization.switcher.member': 'உறுப்பினர்', | ||
'organization.switcher.create.organization': 'அமைப்பை உருவாக்கு', | ||
'organization.switcher.manage.organizations': 'அமைப்புகளை நிர்வகிக்கவும்', | ||
'organization.switcher.manage.button': 'நிர்வகி', | ||
'organization.switcher.organizations.title': 'அமைப்புகள்', | ||
'organization.switcher.switch.button': 'மாற்று', | ||
'organization.switcher.no.access': 'அணுகல் இல்லை', | ||
'organization.switcher.status.label': 'நிலை:', | ||
'organization.switcher.showing.count': 'மொத்த {total} அமைப்புகளில் {showing} காட்டப்படுகிறது', | ||
'organization.switcher.refresh.button': 'புதுப்பி', | ||
'organization.switcher.load.more': 'மேலும் அமைப்புகளை ஏற்று', | ||
'organization.switcher.loading.more': 'ஏற்றப்படுகிறது...', | ||
'organization.switcher.no.organizations': 'எந்த அமைப்பும் கிடைக்கவில்லை', | ||
'organization.switcher.error.prefix': 'பிழை:', | ||
'organization.profile.title': 'அமைப்பு சுயவிவரம்', | ||
'organization.profile.loading': 'அமைப்பை ஏற்றுகிறது...', | ||
'organization.profile.error': 'அமைப்பை ஏற்ற முடியவில்லை', | ||
|
||
'organization.create.title': 'அமைப்பை உருவாக்கு', | ||
'organization.create.name.label': 'அமைப்பின் பெயர்', | ||
'organization.create.name.placeholder': 'அமைப்பின் பெயரை உள்ளிடவும்', | ||
'organization.create.handle.label': 'அமைப்பின் கைப்பிடி', | ||
'organization.create.handle.placeholder': 'my-organization', | ||
'organization.create.description.label': 'விளக்கம்', | ||
'organization.create.description.placeholder': 'அமைப்பின் விளக்கத்தை உள்ளிடவும்', | ||
'organization.create.button': 'அமைப்பை உருவாக்கு', | ||
'organization.create.creating': 'உருவாக்கப்படுகிறது...', | ||
'organization.create.cancel': 'ரத்து செய்', | ||
|
||
/* |---------------------------------------------------------------| */ | ||
/* | Messages | */ | ||
/* |---------------------------------------------------------------| */ | ||
|
||
'messages.loading': 'ஏற்றப்படுகிறது...', | ||
|
||
/* |---------------------------------------------------------------| */ | ||
/* | Errors | */ | ||
/* |---------------------------------------------------------------| */ | ||
|
||
'errors.title': 'பிழை', | ||
'errors.sign.in.initialization': 'தொடக்கத்தில் பிழை ஏற்பட்டது. பின்னர் மீண்டும் முயற்சிக்கவும்.', | ||
'errors.sign.in.flow.failure': 'உள்நுழைவு செயல்பாட்டின் போது பிழை ஏற்பட்டது. பின்னர் மீண்டும் முயற்சிக்கவும்.', | ||
'errors.sign.in.flow.completion.failure': | ||
'உள்நுழைவு செயல்பாட்டை முடிக்கும் போது பிழை ஏற்பட்டது. பின்னர் மீண்டும் முயற்சிக்கவும்.', | ||
'errors.sign.in.flow.passkeys.failure': | ||
'பாஸ்கீக்கள் மூலம் உள்நுழையும்போது பிழை ஏற்பட்டது. பின்னர் மீண்டும் முயற்சிக்கவும்.', | ||
'errors.sign.in.flow.passkeys.completion.failure': | ||
'பாஸ்கீ உள்நுழைவு முடிக்கும் போது பிழை ஏற்பட்டது. பின்னர் மீண்டும் முயற்சிக்கவும்.', | ||
}; | ||
|
||
const metadata: I18nMetadata = { | ||
localeCode: 'ta-IN', | ||
countryCode: 'IN', | ||
languageCode: 'ta', | ||
displayName: 'தமிழ் (இலங்கை)', | ||
direction: 'ltr', | ||
}; | ||
|
||
const ta_IN: I18nBundle = { | ||
metadata, | ||
translations, | ||
}; | ||
|
||
export default ta_IN; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.