SymphonyElectron/docs/features/localisation.md
2019-07-25 16:10:35 +05:30

29 lines
778 B
Markdown

# Intro
The electron desktop wrapper supports localization for multiple languages
# Platforms Supported
macOS, Windows 10, Windows 7
# Purpose
To provide a seamless user experience for local users with appropriate cultural bindings
# Details
Electron supports localization through a custom feature developed in house using JSON files where strings are stored.
And, localization is supported in the following places currently:
- Message Dialogs
- Error Dialogs
- Screen Picker Window
- Screen Snippet Tool (Windows only)
- Main Menu
- Menu Items
- Notification Configuration Window
- Authentication Dialog
- Screen Snippet Window
# Example
N/A
# Other Info
Currently, only Japanese & French are supported, but the feature is scalable to include any language in the future.