Skip to main content

Bug Tracker

Side navigation

#2095 closed enhancement (invalid)

Opened December 26, 2007 08:27PM UTC

Closed October 12, 2009 11:26PM UTC

[PATCH] new GetText plugin

Reported by: zimbatm Owned by:
Priority: major Milestone: 1.2.2
Component: plugin Version: 1.2.1
Keywords: i18n, translation Cc:
Blocked by: Blocking:
Description

I tough it might be useful to have an unified way of translating text. Some times, you never get the text from DOM elements but still need to show something to the user. For example the date picker.

Most of those plugins often build a translation table in their way. So at the of the day, you must look up every plugin that you use if you want to support a new language.

The current solution I've come up is not the definitive answer but it's already as good as those solutions but in an unified way. The biggest benefit is that it can be integrated with the GetText package or you can do the things on your own. As you wish.

Attachments (1)
Change History (1)

Changed October 12, 2009 11:26PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .