{"id":21842225,"url":"https://github.com/woocart/localizations","last_synced_at":"2025-04-14T11:55:27.586Z","repository":{"id":47361604,"uuid":"140842679","full_name":"woocart/localizations","owner":"woocart","description":"WooCart Localizations","archived":false,"fork":false,"pushed_at":"2022-12-09T09:47:43.000Z","size":92373,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-14T11:55:20.681Z","etag":null,"topics":["woocommerce","wordpress"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/woocart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-13T12:10:01.000Z","updated_at":"2023-08-24T15:02:46.000Z","dependencies_parsed_at":"2023-01-25T21:01:04.107Z","dependency_job_id":null,"html_url":"https://github.com/woocart/localizations","commit_stats":null,"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woocart%2Flocalizations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woocart%2Flocalizations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woocart%2Flocalizations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woocart%2Flocalizations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woocart","download_url":"https://codeload.github.com/woocart/localizations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248878020,"owners_count":21176242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["woocommerce","wordpress"],"created_at":"2024-11-27T22:11:09.921Z","updated_at":"2025-04-14T11:55:27.559Z","avatar_url":"https://github.com/woocart.png","language":"HTML","readme":"[![WooCart Project](https://img.shields.io/badge/powered%20by-WooCart-943af9.svg)](https://woocart.com)\n[![CircleCI](https://circleci.com/gh/woocart/localizations/tree/master.svg?style=svg\u0026circle-token=8107e3f75f54fb5cbbcac62571dfe0a86c540d45)](https://circleci.com/gh/woocart/localizations/tree/master)\n# WooCart Localizations\n\nThis repository contains default settings for a [WooCart](https://woocart.com/) store and specific settings for each country.\n\n## Making a new localization\n\nThere are three types of localization: store (WordPress and WooCommerce settings), legal pages (privacy, terms, need to be GDPR compliant) and demo products translations.\n\n**Store Localization**\n\n- Make a copy `template.yaml` and change the values for your country.\n- Name file with the short code of your country `Country/local.yaml`.\n- Create a pull request for the changes.\n\n**Legal Pages**\n\n- The minimum is three legal pages - Privacy Policy, Terms and Conditions, and Returns and Refunds.\n- Create the legal pages that reflect your local laws. Make sure that they are GDPR compliant and refer to WooCart as one of the third-party service providers. Here is a template:\n\n\u003eWooCart Hosting\n\u003e\n\u003eWooCart is a WooCommerce hosting service offered by Niteo GmbH that manages our Service hosting and maintenance. For more information on the privacy practices of Niteo, please visit their [Privacy Policy page](https://woocart.com/legal/privacy).\n\n- Create a pull request for the changes.\n\n**Demo Products Translations**\n\n- Make a copy of `products-template.yaml` and translate the text.\n- Change the price amounts to reflect your local currency.\n- Create a pull request for the changes.\n- Continue with other product translations.\n\n## Proposing a change to a localization\n\n[Open a new issue](https://github.com/woocart/localizations/issues) and explain the proposed change in detail, if possible with external sources.\n\n\n## Supported WordPress shortcodes\n\n- `[woo-include page=\"SOME-NAME\"]` - Inlines content from page with slug `SOME-NAME`\n- `[woo-include post=\"SOME-NAME\"]` - Inlines content from post with slug `SOME-NAME`\n- `[company-name]` - Displays company name\n- `[tax-id]` - Displays tax id\n- `[policy-page]` - Displays HTML A element with link to the policy page\n- `[store-url]` - Displays HTML A element with link to the store page\n- `[store-name]` - Displays store name\n- `[cookie-page]` - Displays HTML A element with link to the cookie page\n- `[returns-page]` - Displays HTML A element with link to the returns \u0026 refunds page\n- `[terms-page]` - Displays HTML A element with link to the terms \u0026 conditions page\n- `[contact-page]` - Displays HTML A element with link to the contact us page\n- `[woo-permalink]` - Displays HTML A element with link to the page for which the `page_id` is provided as an argument\n- `[woocart]` - Display HTML A element with a link to [https://woocart.com](https://woocart.com) and `WooCart` as text\n\n### Usage\n- Default: `[woo-permalink option=\"page_id\"]`\n- Custom content: `[woo-permalink option=\"page_id\"]\u003ca href=\"%s\"\u003eSome text\u003c/a\u003e[/woo-permalink]`\n\n\n## Exporting products from WooCommerce\n\n- Go to `Products` \u003e `Export`\n- Select `Name`, `Description`, `Short Description`, `Regular Price`, `Images` in the export field.\n- Save file to `csv` folder\n- Run `pipenv run python .circleci/csv2html.py csv/your_file_name.csv Countries/.common/store_name` to generate product HTML page and download images for products.\n\n## Translating the products\n\n- Copy the products HTML you want to translate to the Country folder\n- Edit the `title`, `description` and body fields.\n\nBoth HTML and Markdown are supported for the body of the product.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoocart%2Flocalizations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoocart%2Flocalizations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoocart%2Flocalizations/lists"}