syncfusion / ej2-locale

Translation texts for Essential JS 2 components in multiple languages
Other
38 stars 151 forks source link

Bug(EJ2-70945):Updated Locale words for Schedule and Recurrence editor #155

Closed VenkateshwaranSaravanakumar closed 1 year ago

VenkateshwaranSaravanakumar commented 1 year ago

Bug description:

Locale words missing for Following events text

Root cause:

Locale words for 'following events' was not added in the locale.json file.

Action Taken: Added correct locale for 'following events' word for five languages.

Related areas: NA

Is it a breaking issue?

NA

Solution description:

Added locale words for 'following events' and other missing words in locale.json file

Output screenshots:

Before changes: image After changes: image

Additional checklist:

Did you run the automation against your fix? NA Is there any API name change? No Is there any existing behavior change of other features due to this code change? No Does your new code introduce new warnings or binding errors? No Does your code pass all FxCop and StyleCop rules? NA Did you record this case in the unit test or UI test? NA