{"id":21548289,"url":"https://github.com/sammyne/monero","last_synced_at":"2025-08-25T00:14:55.688Z","repository":{"id":98042375,"uuid":"103515569","full_name":"sammyne/monero","owner":"sammyne","description":"A repository serves to explore monero project","archived":false,"fork":false,"pushed_at":"2017-09-19T10:40:16.000Z","size":112105,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"devel","last_synced_at":"2025-03-18T01:48:06.218Z","etag":null,"topics":["blockchain","confidentiality","cryptocurrency","privacy"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sammyne.png","metadata":{"files":{"readme":"README.i18n.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2017-09-14T09:47:03.000Z","updated_at":"2017-09-14T09:55:36.000Z","dependencies_parsed_at":"2023-03-04T22:00:17.910Z","dependency_job_id":null,"html_url":"https://github.com/sammyne/monero","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sammyne/monero","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyne%2Fmonero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyne%2Fmonero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyne%2Fmonero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyne%2Fmonero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sammyne","download_url":"https://codeload.github.com/sammyne/monero/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sammyne%2Fmonero/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271983674,"owners_count":24853810,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blockchain","confidentiality","cryptocurrency","privacy"],"created_at":"2024-11-24T06:18:04.442Z","updated_at":"2025-08-25T00:14:55.661Z","avatar_url":"https://github.com/sammyne.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Monero daemon internationalization\n==================================\n\nThe Monero command line tools can be translated in various languages.\n\nIn order to use the same translation workflow as the [Monero Core GUI](https://github.com/monero-project/monero-core), they use Qt Linguist translation files.  However, to avoid the dependencies on Qt this normally implies, they use a custom loader to read those files at runtime.\n\n### Tools for translators\n\nIn order to create, update or build translations files, you need to have Qt tools installed. For translating, you need either the **Qt Linguist GUI** ([part of QT Creator](https://www.qt.io/download-open-source/#allDownloadsDiv-9) or a [3rd-party standalone version](https://github.com/lelegard/qtlinguist-installers/releases)), or another tool that supports Qt ts files, such as Transifex.  The files are XML, so they can be edited in any plain text editor if needed.\n\n### Creating / modifying translations\n\nYou do not need anything from Qt in order to use the final translations.\n\nTo update ts files after changing source code:\n\n    ./utils/translations/update-translations.sh\n\nTo add a new language, eg Spanish (ISO code es):\n\n    cp translations/monero.ts translations/monero_es.ts\n\nTo edit translations for Spanish:\n\n    linguist translations/monero_es.ts\n\nTo build translations after modifying them:\n\n    ./utils/translations/build-translations.sh\n\nTo test a translation:\n\n    LANG=es ./build/release/bin/monero-wallet-cli\n\nTo add new translatable strings in the source code:\n\nUse the `tr(string)` function if possible. If the code is in a class, and this class doesn't already have a `tr()` static function, add one, which uses a context named after what `lupdate` uses for the context, usually the fully qualified class name (eg, `cryptonote::simple_wallet`).  If you need to use `tr()` in code that's not in a class, you can use the fully qualified version (eg, `simple_wallet::tr`) of the one matching the context you want. Use `QT_TRANSLATE_NOOP(string)` if you want to specify a context manually.\n\nIf you're getting messages of the form:\n\n    Class 'cryptonote::simple_wallet' lacks Q_OBJECT macro\n\nall is fine, we don't actually need that here.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammyne%2Fmonero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsammyne%2Fmonero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammyne%2Fmonero/lists"}