From b37704a8d8958370f997449061539f5e1d2e4bed Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Wed, 2 Aug 2023 12:41:12 +0200 Subject: [PATCH] Added link to poedit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d9782020..d4f4f63a 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,7 @@ Parameter | Type | Default | Description Additionaly you might want to set the following configuration parameters: ```ini - licenses_group_url = file://<path_to_ckan>/default/src/ckanext-odsh/ckanext/odsh/resources/licenses.json - ``` ### Testing @@ -140,7 +138,7 @@ To enable internationalization of strings, follow these steps: python setup.py extract_messages ``` -This command will generate a template PO file named `ckanext/odsh/i18n/ckanext-odsh.pot`. You can utilize tools like POEdit to work with this file. +This command will generate a template PO file named `ckanext/odsh/i18n/ckanext-odsh.pot`. You can utilize tools like [POEdit](https://poedit.net/) to work with this file. For detailed instructions on internationalizing strings in extensions, refer to CKAN's official guide on [translating extensions](https://docs.ckan.org/en/latest/extensions/translating-extensions.html). -- GitLab