{"id":26235265,"url":"https://github.com/robertlemke/cookbook-locales","last_synced_at":"2026-04-21T22:06:46.603Z","repository":{"id":7395024,"uuid":"8724521","full_name":"robertlemke/cookbook-locales","owner":"robertlemke","description":null,"archived":false,"fork":false,"pushed_at":"2014-01-28T14:13:19.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-31T13:15:06.913Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertlemke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-12T09:42:35.000Z","updated_at":"2014-01-28T14:13:19.000Z","dependencies_parsed_at":"2022-09-02T14:52:45.331Z","dependency_job_id":null,"html_url":"https://github.com/robertlemke/cookbook-locales","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robertlemke/cookbook-locales","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2Fcookbook-locales","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2Fcookbook-locales/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2Fcookbook-locales/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2Fcookbook-locales/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertlemke","download_url":"https://codeload.github.com/robertlemke/cookbook-locales/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2Fcookbook-locales/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32112071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-03-13T02:36:31.577Z","updated_at":"2026-04-21T22:06:46.581Z","avatar_url":"https://github.com/robertlemke.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Chef Cookbook: Locales\n======================\nThis simple cookbook allows for setting and generating locales for an Ubunut or\nDebian machine.\n\nRequirements\n------------\nThe recipe of this cookbook has only been tested with Ubuntu. It relies on the\nlocale-gen command and the fact that supported locales are listed in\n/var/lib/locales/supported.d/\n\nAttributes\n----------\nBy setting attributes for your node you can define which locales should be generated.\n\n#### robertlemke-locales::default\n\u003ctable\u003e\n\t\u003ctr\u003e\n\t\t\u003cth\u003eKey\u003c/th\u003e\n\t\t\u003cth\u003eType\u003c/th\u003e\n\t\t\u003cth\u003eDescription\u003c/th\u003e\n\t\t\u003cth\u003eDefault\u003c/th\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003e\u003ctt\u003enode['robertlemke-locales']['locales']\u003c/tt\u003e\u003c/td\u003e\n\t\t\u003ctd\u003eArray\u003c/td\u003e\n\t\t\u003ctd\u003eA list of locales\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ctt\u003edefault['robertlemke-locales']['locales'] = [\n\t\t'en_US UTF-8', 'en_US.UTF-8 UTF-8', 'en_US ISO-8859-1',\n\t\t'de_DE UTF-8', 'de_DE.UTF-8 UTF-8', 'de_DE ISO-8859-1'\n\t\t]\u003c/tt\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\nUsage\n-----\n#### robertlemke-locales::default\n\nJust define the attributes and then include `robertlemke-locales` in your node's\n`run_list`:\n\n```json\n{\n  \"name\":\"my_node\",\n  \"run_list\": [\n    \"recipe[robertlemke-locales]\"\n  ]\n}\n```\n\nLicense and Author\n------------------\nCopyright (c) 2013 Robert Lemke\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this\nsoftware and associated documentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without limitation the rights to use, copy,\nmodify, merge, publish, distribute, sublicense, and/or sell copies of the Software,\nand to permit persons to whom the Software is furnished to do so, subject to the\nfollowing conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\nCONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\nOR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertlemke%2Fcookbook-locales","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertlemke%2Fcookbook-locales","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertlemke%2Fcookbook-locales/lists"}