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
When developing applications locally it's nice to not require putting strings in an external system, especially when changing the content frequently.
I propose we have a strings.yml that looks something like this:
news-feed:
description: A tab linking to list of events to which a user has subscribeden: News Feedimages:
- http://i.imgur.com/zBIYSXw.png
When developing locally we'd need a way to switch between the local strings and the ones from the api. When deployed, the app would upload the strings to the translation api and kick off the translation workflow.
The text was updated successfully, but these errors were encountered:
When developing applications locally it's nice to not require putting strings in an external system, especially when changing the content frequently.
I propose we have a
strings.yml
that looks something like this:When developing locally we'd need a way to switch between the local strings and the ones from the api. When deployed, the app would upload the strings to the translation api and kick off the translation workflow.
The text was updated successfully, but these errors were encountered: