Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Traduction #26

Closed
ThomasDeudon opened this issue Aug 9, 2014 · 4 comments
Closed

Traduction #26

ThomasDeudon opened this issue Aug 9, 2014 · 4 comments

Comments

@ThomasDeudon
Copy link

Hi,

do you know if you include the translation?

we should use :

<.script src='fullcalendar/fullcalendar.js'><./script>
<.script src='fullcalendar/lang-all.js'><./script>
<.script>
$(document).ready(function() {
$('#calendar').fullCalendar({
lang: 'es'
});
});
<./script>

to translate with the real fullCalendar, but with this plugin...?

@Toasterson
Copy link

Hi Thomas

This Bundle Uses Fullcalendar Version 1.6 which does not have translations. They were added around version 2 if i recall corectly.

I have openend a Pull request which updates the Javascript to version 2.02 and adds the Translation Files. Sadly it has not been Merged yet. See #24

@mikeyudin
Copy link
Member

I will check the PR this week and merge if all checks out. However, the Fullcalendar libraries in this bundle are merely for convenience sake. It is suggested that you add the dependencies separately in composer, as discussed in #3.

Future releases of this bundle will instruct you to add the dependencies separately, and the calendar JS libraries will only remain in the bundle to prevent BC breaks.

@mikeyudin mikeyudin reopened this Aug 13, 2014
@ThomasDeudon
Copy link
Author

Hi, how should I add dependencies? for now I tested by adding the lang-all.js in my calendar bundle but it doesn't work

@mikeyudin
Copy link
Member

Thomas,

I believe you should read up more on Symfony and Composer, to get a better understanding of the framework, and the dependency management system Composer. This is not the forum for asking questions on how these types of things work.

Thanks.

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

No branches or pull requests

3 participants