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
Internationalization support has been on the top of my mind for a while now and is something I'm strongly considering for the next major version.
Localizable ✅
Log outputs
Documentation
For this project I'd like to start with the log outputs only, before moving into documentation, as I want to switch that up soon too.
Probably Not Localizable ❌
Action inputs/parameters, such as with[folder] for instance.
How?
Consumption
The goal for this is to store language specific json files within an i18n folder within the source of the action. When the action runs it can check against a new parameter, say lang for a specific key, if the key is matched it can require the specific json file. The action will then pull keys from the json file to provide the specific localized version.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Internationalization support has been on the top of my mind for a while now and is something I'm strongly considering for the next major version.
Localizable ✅
For this project I'd like to start with the log outputs only, before moving into documentation, as I want to switch that up soon too.
Probably Not Localizable ❌
with[folder]
for instance.How?
Consumption
The goal for this is to store language specific
json
files within ani18n
folder within the source of the action. When the action runs it can check against a new parameter, saylang
for a specific key, if the key is matched it can require the specific json file. The action will then pull keys from the json file to provide the specific localized version.Submission
Something like this?
Thoughts?
Please let me know what you think or if you have any ideas.
Beta Was this translation helpful? Give feedback.
All reactions