Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novaday-co/access_localization
https://github.com/novaday-co/access_localization
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/novaday-co/access_localization
- Owner: novaday-co
- Created: 2023-02-06T07:21:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T12:41:20.000Z (about 1 year ago)
- Last Synced: 2023-10-01T13:53:34.446Z (about 1 year ago)
- Language: Python
- Size: 6.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Access Localization
This project is an open source project that helps our developers manage their translation files more efficiently. It is currently available in Persian and English, but we need your help to translate it into other languages!
## Contributing Translations
We are looking for contributors to help us translate this project into other languages. If you are interested in contributing, please follow these steps:
- Clone from this project
- Update excel with new translations
- Create pull requestOnce your pull request has been merged, we will use the `novaday-co/localization_action` GitHub Action to generate the translation files for Laravel, Vue, and Flutter. The generated files will be released as artifacts and made available for download.
## Translating Variables
This project supports variables in translations to allow for easy customization. To use a variable in a translation, enclose the variable name in curly braces. For example, For example : `Hello, {name}` where {name} is a variable.