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

fix(FEC-9505): Add i18n support for custom captions #460

Merged
merged 2 commits into from
Dec 1, 2019

Conversation

RoyBregman
Copy link
Contributor

Description of the Changes

replaced span with text tag and id of new localization

solves FEC-9505

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

@@ -59,6 +59,7 @@
"cvaa": {
"title": "Advanced captions settings",
"sample_caption_tag": "Sample",
"sample_custom_caption_tag": "Custom captions",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to keep the format of - "first_second": "First second", I mean to remove the sample

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason i left the "sample" was that this is also a sample that shows how the captions look like.

@OrenMe OrenMe requested a review from Yuvalke December 1, 2019 14:18
@RoyBregman RoyBregman merged commit 5603d9e into master Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants