You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now only English language is supported in this project. We may provide options in the project to easily configure multiple languages.
Describe the solution you'd like
Anyone should be able to add/edit/remove languages in the language files. The user should also be able to select/switch between multiple languages. By default, it will detect the system/browser language settings and try to load that language. If the language is not supported, it will fall back to English.
The text was updated successfully, but these errors were encountered:
add: UI for selecting language
add: no language for settings page
add: language change
feat: language changes based on the user preference Cefalo#164
add: preference retrieved
add: added types and locale support
- Added type definitions for locales.
- Moved preferences to context.
- Renamed language value.
- Moved constants to different files.
- Added translation support using Google API.
- Added locale support for various pages.
remove: locale
fix: moved declaration
Multiple email pasting feature added. (Cefalo#173)
* Add: Multiple pasting feature added.
* Fix: formatted using original formatter.
* Removed console.log
* Removed redundant methods and resolved email check issues.
* resolved issues.
add: types added to locales
add: types added to locales
fix: renamed to language value
fix: moved const to different file
add: no support for all pages
add: translated using google api
add: locale support
add: locale support
remove: locale
fix: moved declaration
Is your feature request related to a problem? Please describe.
Right now only English language is supported in this project. We may provide options in the project to easily configure multiple languages.
Describe the solution you'd like
Anyone should be able to add/edit/remove languages in the language files. The user should also be able to select/switch between multiple languages. By default, it will detect the system/browser language settings and try to load that language. If the language is not supported, it will fall back to English.
The text was updated successfully, but these errors were encountered: