{"id":26628287,"url":"https://github.com/skyeye-fast/key_language_pack","last_synced_at":"2026-04-28T20:00:56.996Z","repository":{"id":226791736,"uuid":"769651879","full_name":"SkyEye-FAST/key_language_pack","owner":"SkyEye-FAST","description":"A resource pack for displaying translation keys in Minecraft: Java Edition.","archived":false,"fork":false,"pushed_at":"2026-04-07T17:32:31.000Z","size":11717,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-07T19:27:56.637Z","etag":null,"topics":["language","minecraft","python","resource-pack","translation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SkyEye-FAST.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-09T17:14:55.000Z","updated_at":"2026-04-07T17:32:33.000Z","dependencies_parsed_at":"2026-04-01T22:09:22.848Z","dependency_job_id":null,"html_url":"https://github.com/SkyEye-FAST/key_language_pack","commit_stats":null,"previous_names":["skyeye-fast/key_language_pack"],"tags_count":141,"template":false,"template_full_name":null,"purl":"pkg:github/SkyEye-FAST/key_language_pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyEye-FAST%2Fkey_language_pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyEye-FAST%2Fkey_language_pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyEye-FAST%2Fkey_language_pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyEye-FAST%2Fkey_language_pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkyEye-FAST","download_url":"https://codeload.github.com/SkyEye-FAST/key_language_pack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyEye-FAST%2Fkey_language_pack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32396781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["language","minecraft","python","resource-pack","translation"],"created_at":"2025-03-24T12:29:43.805Z","updated_at":"2026-04-28T20:00:56.962Z","avatar_url":"https://github.com/SkyEye-FAST.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft Translation Key Language Resource Pack\n\n- **[English](README.md) | [中文](README_zh.md)**\n\n----\n\nThis project provides a resource pack replacing the content of Minecraft: Java Edition language files with translation keys.\n\nIt is recommended to use this resource pack with the mods [Language Reload](https://modrinth.com/mod/language-reload) and [Untranslated Items](https://www.curseforge.com/minecraft/mc-mods/untranslated-items).\n\n## Download\n\n- [**Download the latest version**](https://github.com/SkyEye-FAST/key_language_pack/releases/latest/download/key_language_pack.zip)\n- [View previous versions](https://github.com/SkyEye-FAST/key_language_pack/releases/)\n\n\u003e [!TIP]\n\u003e Since all versions of language files after 1.19.2 can be used universally, you do not necessarily need to select the tag of the corresponding version, just select the latest version.\n\n## Description\n\n### Obtaining Language Files\n\nThis repository automatically checks for updates to Minecraft: Java Edition language file (`en_us.json`) every day at 🕧00:30 (UTC+8, equivalent to 🕟UTC 16:30) and updates the resource pack accordingly. This is done using the script [`source.py`](source.py) (requires `requests`). The obtained language files are stored in the `source` folder, which is at the same level as the script.\n\n### Resource Pack\n\n\u003e [!IMPORTANT]\n\u003e This project ignores all translation keys starting with `translation.` because they are used to test whether in-game strings can be displayed correctly. Additionally, they are too complex and are not likely to occur in regular strings. For resource packs that replace these keys, refer to [Nickid2018/TranslationKeyPack](https://github.com/Nickid2018/TranslationKeyPack) and [bilintsui/keypack](https://github.com/bilintsui/keypack).\n\nThe resource pack is generated using [`pack.py`](pack.py). The language files generated by the script are [`key.json`](key.json) and [`key_arg.json`](key_arg.json), which are packed together with [`pack.mcmeta`](pack.mcmeta) into `key_language_pack.zip`.\n\nThe resource pack adds a language called \"Translation (Keys)\" to the game. Upon selection, all strings will be replaced with translation keys.\n\nAdditionally, the resource pack provides a language named \"Translation (Keys with Arguments)\", similar to MediaWiki's `qqx` language. Upon selection, strings will be replaced with translation keys and original arguments will be enclosed in parentheses.\n\nThe effect of selecting \"Translation (Keys)\" is shown in the images below:\n![Sample](sample/1.png)\n![Sample](sample/2.png)\n![Sample](sample/3.png)\n![Sample](sample/4.png)\n![Sample](sample/5.png)\n\n## License\n\nThe resource pack is released under the [Apache 2.0 license](LICENSE).\n\n``` text\n  Copyright 2024-2025 SkyEye_FAST\n\n  Licensed under the Apache License, Version 2.0 (the \"License\");\n  you may not use this file except in compliance with the License.\n  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing, software\n  distributed under the License is distributed on an \"AS IS\" BASIS,\n  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n  See the License for the specific language governing permissions and\n  limitations under the License.\n```\n\n## Feedback\n\nPlease feel free to raise issues for any problems encountered or feature suggestions.\n\nPull requests are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyeye-fast%2Fkey_language_pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyeye-fast%2Fkey_language_pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyeye-fast%2Fkey_language_pack/lists"}