Ticket #14 (new enhancement)
Internationalization
| Reported by: | abauer | Owned by: | dgollub |
|---|---|---|---|
| Priority: | low | Milestone: | OpenSync 0.42 |
| Component: | OpenSync | Version: | 0.38 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Add i18n for error messages of opensync
Change History
comment:2 Changed 7 years ago by abauer
- Priority changed from normal to low
- Status changed from new to assigned
- Version changed from 0.X to 0.31
comment:3 follow-up: ↓ 5 Changed 6 years ago by felixmoeller
- Version changed from 0.31 to 0.34
This one is still valid. Therefore bumping it up. What has to be done to solve this ticket? It is already 3 years old, i certainly could translate to german.
comment:4 Changed 6 years ago by dgollub
- Owner changed from abauer to dgollub
- Status changed from assigned to new
- Milestone set to OpenSync 0.40
comment:5 in reply to: ↑ 3 Changed 5 years ago by dgollub
Replying to felixmoeller:
This one is still valid. Therefore bumping it up. What has to be done to solve this ticket? It is already 3 years old, i certainly could translate to german.
We first have to implement gettext basics. And then offer .pot files for translator. We actually only have to translate errors messages - AFAIK.
gettext: http://www.gnu.org/software/gettext/manual/gettext.html
glib i18n: http://library.gnome.org/devel/glib/stable/glib-I18N.html
