diff --git a/README.md b/README.md index d9782020b9c8b200ca45f38511a6dd3225e734b3..d4f4f63a41eb02281fca090fd869f35bfdd7000f 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).