Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add local translation support #5

Open
camshaft opened this issue May 21, 2014 · 0 comments
Open

add local translation support #5

camshaft opened this issue May 21, 2014 · 0 comments

Comments

@camshaft
Copy link
Member

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 subscribed
  en: News Feed
  images:
    - 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant