google-code-export / wp-aec

Automatically exported from code.google.com/p/wp-aec
1 stars 1 forks source link

Multiple-language support #500

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have worked around not being able to apply bilingual category labels or 
events by duplicating event categories in both English and French. Which works 
fine for displaying the calendar or eventlist in the English or French pages as 
follows:
[eventlist categories="1,2,3,4,5"] for the English and
[eventlist categories="6,7,8,9,10"] for the French.
What I'd like to do is combine the two in sidebar.php so that they would 
display correctly in the language selected. I'm using the qTranslate plugin 
which uses [:en] and [:fr] for switching the content.The following explains 
what I'd like to see

`
<div>
<h2><?php _e('[:en]Coming events[:fr]Evénements'); ?></h2>
<?php _e('[:en][eventlist categories="1,2,3,4,5"][:fr][eventlist 
categories="6,7,8,9,10"]'); ?>
</div>`

The h2 header displays fine in both languages, but the En/Fr eventlist does 
not. It's probably just a syntax problem, sorry. 

Original issue reported on code.google.com by tim.appl...@gmail.com on 13 May 2013 at 9:23

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
While adding multiple language support for this plugin is not high on the list 
of priorities, I am setting this request to "Maybe" to measure the popularity 
of this feature.

Original comment by eranmmil...@gmail.com on 27 May 2013 at 10:28

GoogleCodeExporter commented 9 years ago
I am no longer able to update/support the Ajax Event Calendar plugin for 
`WordPress`. 

Alternative Free Calendar Plugins:
http://www.blazdesign.com/5-free-wordpress-calendar-plugins/

Original comment by eranmmil...@gmail.com on 19 Dec 2013 at 3:10