{"id":21400212,"url":"https://github.com/oefenweb/ansible-locales","last_synced_at":"2025-07-13T21:30:55.765Z","repository":{"id":19919419,"uuid":"23185388","full_name":"Oefenweb/ansible-locales","owner":"Oefenweb","description":"Ansible role to set up locales in Debian-like systems","archived":false,"fork":false,"pushed_at":"2023-11-03T15:45:20.000Z","size":100,"stargazers_count":35,"open_issues_count":0,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-06T00:39:31.689Z","etag":null,"topics":["ansible","debian","i10n","i18n","language","locale","ubuntu"],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Oefenweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-08-21T11:58:17.000Z","updated_at":"2024-08-19T20:18:02.000Z","dependencies_parsed_at":"2023-11-03T16:33:51.576Z","dependency_job_id":null,"html_url":"https://github.com/Oefenweb/ansible-locales","commit_stats":null,"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-locales","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-locales/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-locales/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-locales/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oefenweb","download_url":"https://codeload.github.com/Oefenweb/ansible-locales/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225917528,"owners_count":17544906,"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":["ansible","debian","i10n","i18n","language","locale","ubuntu"],"created_at":"2024-11-22T15:19:39.467Z","updated_at":"2024-11-22T15:19:40.178Z","avatar_url":"https://github.com/Oefenweb.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"## locales\n\n[![CI](https://github.com/Oefenweb/ansible-locales/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-locales/actions?query=workflow%3ACI)\n[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-locales-blue.svg)](https://galaxy.ansible.com/Oefenweb/locales)\n\nSet locales on Debian-like systems.\n\n#### Requirements\n\nNone\n\n#### Variables\n\n* `locales_present` [default: `['en_US.UTF-8']`]:\n* `locales_absent` [default: `[]`]:\n*\n* `locales_language_packs_present` [default: `['language-pack-en', 'language-pack-en-base']`]:\n* `locales_language_packs_absent` [default: `[]`]:\n*\n* `locales_default`: [default: `{}`]: Default declarations\n* `locales_default.lang`: [default: `'en_US.UTF-8'`]: Provides default value for `LC_*` variables that have not been explicitly set\n* `locales_default.language`: [optional]: Same as above? But with higher priority, [see](http://www.gnu.org/software/gettext/manual/gettext.html#Locale-Environment-Variables)\n* `locales_default.lc_address`: [optional]: How addresses are formatted (country first or last, where zip code goes etc.)\n* `locales_default.lc_all`: [optional]: Overrides individual `LC_*` settings: if `LC_ALL` is set, none of the below have any effect\n* `locales_default.lc_collate`: [optional]: How strings (file names...) are alphabetically sorted. Using the \"C\" or \"POSIX\" locale here results in a strcmp()-like sort order, which may be preferable to language-specific locales\n* `locales_default.lc_ctype`: [optional]: How characters are classified as letters, numbers etc. This determines things like how characters are converted between upper and lower case\n* `locales_default.lc_identification`: [optional]: Metadata about the locale information\n* `locales_default.lc_measurement`: [optional]: What units of measurement are used (feet, meters, pounds, kilos etc.)\n* `locales_default.lc_messages`: [optional]: What language should be used for system messages\n* `locales_default.lc_monetary`: [optional]: What currency you use, its name, and its symbol\n* `locales_default.lc_name`: [optional]: How names are represented (surname first or last, etc.)\n* `locales_default.lc_numeric`: [optional]: How you format your numbers. For example, in many countries a period (.) is used as a decimal separator, while others use a comma (,)\n* `locales_default.lc_paper`: [optional]: Paper sizes: 11 x 17 inches, A4, etc\n* `locales_default.lc_response`: [optional]: Determines how responses (such as Yes and No) appear in the local language\n* `locales_default.lc_telephone`: [optional]: What your telephone numbers look like\n* `locales_default.lc_time`: [optional]: How your time and date are formatted. Use for example \"en_DK.UTF-8\" to get a 24-hour-clock in some programs\n\n## Dependencies\n\nNone\n\n#### Example\n\n```yaml\n---\n- hosts: all\n  roles:\n    - oefenweb.locales\n```\n\n#### License\n\nMIT\n\n#### Author Information\n\nMischa ter Smitten (based on work of [knopki](https://github.com/knopki) and [nickjj](https://github.com/nickjj))\n\n#### Feedback, bug-reports, requests, ...\n\nAre [welcome](https://github.com/Oefenweb/ansible-locales/issues)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fansible-locales","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foefenweb%2Fansible-locales","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fansible-locales/lists"}