{"id":20157138,"url":"https://github.com/archinamon/i18n-checker","last_synced_at":"2026-06-12T07:32:46.054Z","repository":{"id":83439574,"uuid":"303518116","full_name":"Archinamon/i18n-checker","owner":"Archinamon","description":"Simple Kotlin/Native i18n checking project with csv parser and KN io support basing on POSIX API","archived":false,"fork":false,"pushed_at":"2020-10-13T12:36:15.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T02:13:22.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Archinamon.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}},"created_at":"2020-10-12T21:32:20.000Z","updated_at":"2020-10-13T12:36:18.000Z","dependencies_parsed_at":"2023-04-09T02:17:05.358Z","dependency_job_id":null,"html_url":"https://github.com/Archinamon/i18n-checker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Archinamon/i18n-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archinamon%2Fi18n-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archinamon%2Fi18n-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archinamon%2Fi18n-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archinamon%2Fi18n-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Archinamon","download_url":"https://codeload.github.com/Archinamon/i18n-checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archinamon%2Fi18n-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34234557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":[],"created_at":"2024-11-13T23:44:09.722Z","updated_at":"2026-06-12T07:32:46.031Z","avatar_url":"https://github.com/Archinamon.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# I18n checker\nMade for concrete business aims to designate translation errors with base language against newly translated columns.  \n\n## How it works?\n1. Simple CSV parser\n2. Build languages model with baseline language (default — first column)\n3. Validate with a couple of RegExp patterns (html tags, UNITY curly tags, control symbols, unicode escaping sequences, C-like printf arguments)\n4. Write all valid lines with problems marking (as a new column) back into csv output\n5. Prints result in command line\n\n## How to use it?\nPragma: in both cases pointing of output file path is optional policy. By default, program will create output file with `_validated` postfix in the same directory where you run it (you home directory usually).  \n\n#### If wanna run jvm executable (.jar file) (any operation system with JRE installed)\nOpen terminal/cmd, then type `java -jar i18n-checker.jar -h` to print usage helper.  \nType `java -jar i18n-checker.jar -i ~/Downloads/path-to-file.csv -o ~/Desktop/path-to-output.csv`.  \n\n#### If wanna run macos executable (.kexe file) (only MacOS x64). \nOpen terminal/iterm, then type `~/Downloads/i18n-checker.kexe -h` to print usage helper.  \nType `~/Downloads/i18n-checker.kexe -i ~/Downloads/path-to-file.csv -o ~/Desktop/path-to-output.csv`.\n\n## How to build it?\n\nImport project into IntelliJ IDEA  \nOpen terminal in IDE and run several commands:  \n- to build **jvm** executable: `./gradlew jvmArchive`\n- to build **macos** binary: `./gradlew macosX64Binaries`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchinamon%2Fi18n-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchinamon%2Fi18n-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchinamon%2Fi18n-checker/lists"}