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

Linked messages are not resolved when used in component interpolation #171

Closed
kashiif opened this issue Jun 3, 2017 · 0 comments
Closed
Labels
Type: Bug Bug or Bug fixes

Comments

@kashiif
Copy link

kashiif commented Jun 3, 2017

vue & vue-i18n version

2.3.3, 7.0.0

Reproduction Link

https://github.com/kashiif/vue-intl-test

Steps to reproduce

  1. Run the app in above repo
  2. See heading Linked Messages in Component interpolation (Items 3,4 fails)

What is Expected?

Under heading Linked Messages in Component interpolation (Items 3,4 fails):

  • The third item should have displayed:

    topLevel.error_message: hello error_message (Underscore)
    
  • The fourth item should have displayed:

    topLevel.linked1: hello linked1: hello
    

What is actually happening?

The linked messages are not resolved when used in the component interpolation.

  • The third item is displayed:

    topLevel.error_message: hello
    
  • The fourth item is displayed:

    topLevel.linked1: hello
    
@kazupon kazupon added the Type: Bug Bug or Bug fixes label Jun 4, 2017
@kazupon kazupon closed this as completed in c973619 Jun 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug or Bug fixes
Projects
None yet
Development

No branches or pull requests

2 participants