{"id":19179236,"url":"https://github.com/melling/app-localization-dictionary","last_synced_at":"2026-03-19T08:32:09.661Z","repository":{"id":136798860,"uuid":"12799917","full_name":"melling/app-localization-dictionary","owner":"melling","description":"A database of common words and expressions used in mobile applicatons","archived":false,"fork":false,"pushed_at":"2019-03-01T19:23:59.000Z","size":63,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T01:35:43.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.h4labs.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melling.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":"2013-09-13T02:41:45.000Z","updated_at":"2023-11-18T21:13:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"1370d329-e524-4700-985d-fb3e2a7a626b","html_url":"https://github.com/melling/app-localization-dictionary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/melling/app-localization-dictionary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melling%2Fapp-localization-dictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melling%2Fapp-localization-dictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melling%2Fapp-localization-dictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melling%2Fapp-localization-dictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melling","download_url":"https://codeload.github.com/melling/app-localization-dictionary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melling%2Fapp-localization-dictionary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29998066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"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":[],"created_at":"2024-11-09T10:42:33.261Z","updated_at":"2026-03-02T10:01:38.213Z","avatar_url":"https://github.com/melling.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# App Localization Dictionary\n\n\nA database of common words and expressions used in mobile applicatons\n\nThe goal of this project is to create a small database of 2000-3000 common words and expressions, along with supporting\nscripts (e.g. Python, SQL) so that mobile developers can more easily international their apps.  It shouldn't be too difficult,\nfor example, to read the iOS Base.lproj/Localize.strings, MainStoryboard_iPad.strings, and MainStoryboard_iPhone.strings files\nand generate the appropriate files for all the languages in the database.\n\nI'm the author of several iOS language learning apps (http://www.h4labs.com) and I already have a database from which I can seed some of the words, and I'll be expanding over time.  However, I think the project will go much quicker if native speakers contribute to \ndatabase.  I can add other languages, of course.  The goal is to allow everyone to write once and ship everywhere.\n\n[Google Spreadsheet](https://docs.google.com/spreadsheet/ccc?key=0ArVkFagUZg7bdHB0MTNuMDJySGpnazFpWVZMVUVVNmc\u0026usp=sharing)\n\n## MySql Quickstart\n\n```\n\ncd mysql/tbl\nmysql --user=h4labs --password=nopassword database \u003c app_localization_dictonary.tbl; # Create table\n\nmysql --user=h4labs --password=nopassword database; # Enter MySql\n-- Load data\nLOAD DATA local INFILE \"../../data/AppLocalization.tsv\" INTO TABLE app_localization_dictionary FIELDS TERMINATED BY '\\t' LINES TERMINATED BY '\\n';\n\ndelete from app_localization_dictionary where id = 0; -- Delete the header\n\nselect *\nfrom app_localization_dictionary al;\n```\n\n## sqlite3 Quickstart\n\n```\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelling%2Fapp-localization-dictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelling%2Fapp-localization-dictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelling%2Fapp-localization-dictionary/lists"}