{"id":13786827,"url":"https://github.com/aeonix/aeon","last_synced_at":"2025-05-12T00:30:38.423Z","repository":{"id":2230188,"uuid":"115227513","full_name":"aeonix/aeon","owner":"aeonix","description":"AEON source code (post May 2018 rebase)","archived":false,"fork":true,"pushed_at":"2023-01-17T13:47:37.000Z","size":146266,"stargazers_count":58,"open_issues_count":25,"forks_count":44,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-11-18T00:37:16.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"monero-project/monero","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aeonix.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}},"created_at":"2017-12-23T23:18:05.000Z","updated_at":"2024-07-28T02:13:43.000Z","dependencies_parsed_at":"2023-02-10T10:00:38.183Z","dependency_job_id":null,"html_url":"https://github.com/aeonix/aeon","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeonix%2Faeon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeonix%2Faeon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeonix%2Faeon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeonix%2Faeon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeonix","download_url":"https://codeload.github.com/aeonix/aeon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253655748,"owners_count":21943068,"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-08-03T20:00:18.030Z","updated_at":"2025-05-12T00:30:33.405Z","avatar_url":"https://github.com/aeonix.png","language":"C++","readme":"Monero daemon internationalization\n==================================\n\nThe Monero command line tools can be translated in various languages. If you wish to contribute and need help/support, contact the [Monero Localization Workgroup on Taiga](https://taiga.getmonero.org/project/erciccione-monero-localization/) or come chat on `#monero-translations` (Freenode/IRC, riot/matrix, MatterMost)\n\nIn order to use the same translation workflow as the [Monero Core GUI](https://github.com/monero-project/monero-gui), 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) 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","funding_links":[],"categories":["Related Projects"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeonix%2Faeon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeonix%2Faeon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeonix%2Faeon/lists"}