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.

i18n language pack

See original GitHub issue

Originally reported on Google Code with ID 47

The button today should be translatable.

Also it would be interesting to use the same translations as the date picker.
Thats what I do :
$.fullCalendar.monthNames = $.datepicker.regional['en']['monthNames'];

Reported by glenza on 2009-06-26 19:27:08

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:44 (44 by maintainers)

github_iconTop GitHub Comments

1reaction
arshawcommented, Aug 19, 2015
Traditional Chinese Version:
{
  buttonText: {
    today: '今天',
    month: '月',
    week: '週',
    day: '日'
  },
  monthNames: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
  monthNamesShort: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月',
'十二月'],
  dayNames: ['週日', '週一', '週二', '週三', '週四', '週五', '週六'],
  dayNamesShort: ['日', '一', '二', '三', '四', '五', '六']
}

Reported by tonytonyjan on 2013-07-24 05:55:34

0reactions
arshawcommented, Aug 19, 2015
version 2 has been released with this change.
http://blog.arshaw.com/1/post/2014/06/fullcalendar-2-released.html

Reported by adamrshaw on 2014-06-03 02:44:19

  • Status changed: Released
Read more comments on GitHub >

github_iconTop Results From Across the Web

i18n-language - npm
Simple Multi Language with Vanilla Javascript. Latest version: 1.0.8, last published: 5 months ago. Start using i18n-language in your ...
Read more >
How do I create a new Language Package?
The easiest way to build a language pack is to go to https://translations.atlassian.com, and grab a language pack from there. Then unzip the...
Read more >
Internationalization (i18n) - listmonk / Documentation
listmonk comes available in multiple languages thanks to language packs contributed by volunteers. A language pack is a JSON file with a map...
Read more >
Activate a language - Product Documentation | ServiceNow
Activating internationalization plugins for any of the available languages automatically activates the I18N: Knowledge Management ...
Read more >
Translation dictionaries and language packages
You can package the translation dictionaries into a language ... For example, Commerce language packages are located in app/i18n/magento.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

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