{"id":15536272,"url":"https://github.com/bertdeblock/ember-intl-commands","last_synced_at":"2026-01-08T01:03:04.713Z","repository":{"id":52703540,"uuid":"356319038","full_name":"bertdeblock/ember-intl-commands","owner":"bertdeblock","description":"Useful commands for managing your ember-intl translation files.","archived":false,"fork":false,"pushed_at":"2024-05-18T10:29:30.000Z","size":301,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T09:42:15.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/bertdeblock.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-09T15:35:27.000Z","updated_at":"2024-05-18T10:29:33.000Z","dependencies_parsed_at":"2024-01-16T11:59:51.332Z","dependency_job_id":"429a1b4a-f61f-4fdb-9828-0e4777960ca9","html_url":"https://github.com/bertdeblock/ember-intl-commands","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertdeblock%2Fember-intl-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertdeblock%2Fember-intl-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertdeblock%2Fember-intl-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertdeblock%2Fember-intl-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertdeblock","download_url":"https://codeload.github.com/bertdeblock/ember-intl-commands/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246112671,"owners_count":20725301,"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":[],"created_at":"2024-10-02T11:50:42.737Z","updated_at":"2026-01-08T01:03:04.673Z","avatar_url":"https://github.com/bertdeblock.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember Intl Commands\n\n[![CI](https://github.com/bertdeblock/ember-intl-commands/workflows/CI/badge.svg)](https://github.com/bertdeblock/ember-intl-commands/actions?query=workflow%3ACI)\n\nUseful commands for managing your [ember-intl](https://github.com/ember-intl/ember-intl) translation files.\n\n## Commands\n\n- [collect-new-keys](#collect-new-keys)\n- [list-duplicates](#list-duplicates)\n- [list-locales](#list-locales)\n- [move-key](#move-key)\n- [remove-key](#remove-key)\n- [sort-keys](#sort-keys)\n- [strip-empty-keys](#strip-empty-keys)\n- [to-casing](#to-casing)\n- [to-ext](#to-ext)\n\n### collect-new-keys\n\nCollect newly added keys. `fallbackLocale` will be used if no locale is provided.\n\n```shell\nnpx ember-intl-commands collect-new-keys\nnpx ember-intl-commands collect-new-keys \"en-US\"\n```\n\n### list-duplicates\n\nList all duplicate translations. `fallbackLocale` will be used if no locale is provided.\n\n```shell\nnpx ember-intl-commands list-duplicates\nnpx ember-intl-commands list-duplicates \"en-US\"\n```\n\n### list-locales\n\nList all locales.\n\n```shell\nnpx ember-intl-commands list-locales\n```\n\n### move-key\n\nMove a key.\n\n```shell\nnpx ember-intl-commands move-key \"old.key\" \"new.key\"\n```\n\n### remove-key\n\nRemove a key.\n\n```shell\nnpx ember-intl-commands remove-key \"some.key\"\n```\n\n### sort-keys\n\nSort keys.\n\n```shell\nnpx ember-intl-commands sort-keys\n```\n\n### strip-empty-keys\n\nStrip empty keys (`\"\"`, `null` or `{}`).\n\n```shell\nnpx ember-intl-commands strip-empty-keys\n```\n\n### to-casing\n\nConvert all keys to `camelCase`, `param-case` or `snake_case`.\n\n```shell\nnpx ember-intl-commands to-casing \"camel\"\nnpx ember-intl-commands to-casing \"param\"\nnpx ember-intl-commands to-casing \"snake\"\n```\n\n### to-ext\n\nConvert all files to `json`, `yaml` or `yml`.\n\n```shell\nnpx ember-intl-commands to-ext \"json\"\nnpx ember-intl-commands to-ext \"yaml\"\nnpx ember-intl-commands to-ext \"yml\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertdeblock%2Fember-intl-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertdeblock%2Fember-intl-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertdeblock%2Fember-intl-commands/lists"}