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

bforms.datepicker.js and Localisation #267

Open
meister-d opened this issue Jan 19, 2016 · 0 comments
Open

bforms.datepicker.js and Localisation #267

meister-d opened this issue Jan 19, 2016 · 0 comments

Comments

@meister-d
Copy link

Hi BForms Team,
as we are programming for German Speaking Users, we have to modifiy / add some language strings to the files eg in bforms.datepicker.js i had to add the de part:

 $.fn.bsDatepickerLang = {
        'en': {
            nowText: 'Now',
            setDateText: 'Set date',
            setTimeText: 'Set time'
        },
        'ro': {
            nowText: 'Acum',
            setDateText: 'Setează data',
            setTimeText: 'Setează ora'
        },
        'de': {
            nowText: 'Now',
            setDateText: 'Set date',
            setTimeText: 'Set time'
        }
    };

If I deploy this in Debug mode, everything seems to work fine.
But in release mode the minimized version of the plugins.js is used.

As I'm new to minimizing scripts: What's the best way to get from the Debug version of the Files to the minimized one so that we can deploy our application in release mode?

Regards Dumitru

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

No branches or pull requests

1 participant