[2.4.1] i18n: override a single string
See original GitHub issueHi, kevin I was trying the all new i18n option, i want to change a string, see example -
var formBuilderOptions = {
i18n: {
locale: 'en-US',
preloaded: {
'en-US': {
label: 'Question',
value: 'Default value'
}
}
}
};
var $editor = $(window.document.querySelector('#form-builder-editor'));
var builder = $editor.formBuilder(formBuilderOptions);
But i ended up with messing formBuilder UI, see screenshot.
How do i change a single string form ‘en-US’ ? Please help.
PS. Updated to v2.4.1 but still have same issue
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Rails Internationalization (I18n) API - Ruby on Rails Guides
When different translation strings are needed, they can be overridden. Rails adds all .rb and .yml files from the config/locales directory to the...
Read more >Internationalization override on Spree - ruby on rails
I installed the spree_i18n gem to support multi-language on my Spree ecommerce. I need to translate some strings differently from the originally ...
Read more >Use a Dictionary to Customize Strings - Adobe Developer
Override parent strings for default locale It is important to remember that if you generate a dictionary for your theme using the i18n...
Read more >Developer Guide: i18n and l10n - AngularJS: API
Internationalization (i18n) is the process of developing products in such a way that they can be localized for languages and cultures easily.
Read more >The Ultimate Guide to JavaScript Localization | Phrase
First, let's move our translations out of our main script and into JSON files, one for each locale we support. /lang/en.json. {.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Saw this bug last night but was too late fix. Will work on it today.
Hey,
I’m using the german translation and some label seem to be empty, like “class” or “value”. The input field is there with its content, but the label is empty. Doesn’t happen if I use the english version.
Is this the same bug?
Thanks!