question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fallback language

See original GitHub issue

Hello, is there a way to set a fallback language? for example:

en.json

{
  "message": {
    "hello": "Hi"
  } 
}

spanish.json

{
  "message": { 
  } 
}
Vue.config.lang = 'spanish'
Vue.config.fallbackLang = 'en'

$t('message.hello')
// would return `Hi` 

Is there a way to do this ?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kazuponcommented, Aug 13, 2016

released v.4.2.1 I supported fallback translation warning. https://github.com/kazupon/vue-i18n/releases/tag/v4.2.1

1reaction
kazuponcommented, Aug 12, 2016

released v4.2.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Summary of ARRC's LIBOR Fallback Language
The ARRC released recommended contractual fallback language for floating rate notes, bilateral business loans,.
Read more >
Preparing for the LIBOR Transition: Fallback Language
Learn more about the importance of contractual fallback language as you prepare for the LIBOR phase out and transition.
Read more >
Loan Agreement LIBOR Fallback Language Toolkit - Westlaw
A quick reference guide to Practical Law Finance resources on LIBOR fallback language for loan agreements. LIBOR is an interest rate benchmark used...
Read more >
Loan Agreement LIBOR Fallback Language Toolkit
Hardwired approach. Under this approach, fallback language is included in the loan agreement that provides for a specified waterfall of replacement benchmark ...
Read more >
ARRC's LIBOR Fallback Language - LSTA
Alternative Reference Rates Committee (“ARRC”) released its recommended LIBOR fallback language for U.S. dollar business loans and FRNs.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found