Skip to content

Commit

Permalink
[release-v1.6][i18n]: Update from transifex. Removed confusing API-on…
Browse files Browse the repository at this point in the history
…ly string about slugs.
  • Loading branch information
David Read committed Feb 16, 2012
1 parent 8461e69 commit 1943b8c
Show file tree
Hide file tree
Showing 26 changed files with 2,581 additions and 4,123 deletions.
2 changes: 1 addition & 1 deletion ckan/controllers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def is_slug_valid(self):
if slugtype==u'group':
response_data = dict(valid=not bool(group_exists(slug)))
return self._finish_ok(response_data)
return self._finish_bad_request(gettext('Bad slug type: %s') % slugtype)
return self._finish_bad_request('Bad slug type: %s' % slugtype)


def dataset_autocomplete(self):
Expand Down
Binary file modified ckan/i18n/bg/LC_MESSAGES/ckan.mo
Binary file not shown.
452 changes: 210 additions & 242 deletions ckan/i18n/bg/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

485 changes: 154 additions & 331 deletions ckan/i18n/ca/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

343 changes: 128 additions & 215 deletions ckan/i18n/cs_CZ/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

463 changes: 152 additions & 311 deletions ckan/i18n/de/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

Binary file modified ckan/i18n/es/LC_MESSAGES/ckan.mo
Binary file not shown.
388 changes: 139 additions & 249 deletions ckan/i18n/es/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

450 changes: 145 additions & 305 deletions ckan/i18n/fi/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

235 changes: 106 additions & 129 deletions ckan/i18n/hu/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

365 changes: 131 additions & 234 deletions ckan/i18n/it/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

204 changes: 99 additions & 105 deletions ckan/i18n/lt/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

265 changes: 112 additions & 153 deletions ckan/i18n/nl/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

354 changes: 132 additions & 222 deletions ckan/i18n/no/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

Binary file modified ckan/i18n/pl/LC_MESSAGES/ckan.mo
Binary file not shown.
424 changes: 170 additions & 254 deletions ckan/i18n/pl/LC_MESSAGES/ckan.po

Large diffs are not rendered by default.

Binary file modified ckan/i18n/pt_BR/LC_MESSAGES/ckan.mo
Binary file not shown.

0 comments on commit 1943b8c

Please sign in to comment.