{"id":14960526,"url":"https://github.com/ibrahimpenekli/gametoolkit-localization","last_synced_at":"2025-05-02T12:31:16.482Z","repository":{"id":43465920,"uuid":"103702517","full_name":"ibrahimpenekli/GameToolkit-Localization","owner":"ibrahimpenekli","description":"Asset localization system for Unity.","archived":false,"fork":false,"pushed_at":"2023-04-16T21:36:15.000Z","size":8806,"stargazers_count":166,"open_issues_count":7,"forks_count":20,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-07T01:52:22.350Z","etag":null,"topics":["culture","languages","locale","localization","translate","unity","unity3d","unity3d-plugin"],"latest_commit_sha":null,"homepage":"https://hibrahimpenekli.gitbook.io/gametoolkit-localization/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibrahimpenekli.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":"2017-09-15T21:21:57.000Z","updated_at":"2025-03-07T02:45:53.000Z","dependencies_parsed_at":"2024-09-22T11:02:26.156Z","dependency_job_id":"9f30a2d9-daf6-4306-a5d3-b09aa45d869c","html_url":"https://github.com/ibrahimpenekli/GameToolkit-Localization","commit_stats":{"total_commits":159,"total_committers":1,"mean_commits":159.0,"dds":0.0,"last_synced_commit":"c0ce6d7beb00c19514791e3fc96a2dff3f1f08ff"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimpenekli%2FGameToolkit-Localization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimpenekli%2FGameToolkit-Localization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimpenekli%2FGameToolkit-Localization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimpenekli%2FGameToolkit-Localization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibrahimpenekli","download_url":"https://codeload.github.com/ibrahimpenekli/GameToolkit-Localization/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252038128,"owners_count":21684628,"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":["culture","languages","locale","localization","translate","unity","unity3d","unity3d-plugin"],"created_at":"2024-09-24T13:22:27.142Z","updated_at":"2025-05-02T12:31:14.796Z","avatar_url":"https://github.com/ibrahimpenekli.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Asset Localization for Unity\n[![Download](https://img.shields.io/badge/asset_store-yellow.svg)](http://u3d.as/XhJ)\n[![Documentation](https://img.shields.io/badge/documentation-yellow.svg)](https://hibrahimpenekli.gitbook.io/gametoolkit-localization/)\n[![Forum](https://img.shields.io/badge/forum-yellow.svg)](https://forum.unity.com/threads/released-asset-localization-for-unity.723047/)\n[![Unity Version](https://img.shields.io/badge/unity-2017.1%2B-blue)](https://unity3d.com/get-unity/download)\n[![Version](https://img.shields.io/github/package-json/v/ibrahimpenekli/GameToolkit-Localization/upm?color=green\u0026label=version)](https://github.com/ibrahimpenekli/GameToolkit-Localization/releases)\n\nWith Asset Localization, you can easily localize your built-in Unity game assets. Also you can create custom localizable asset functionality for your custom assets.\n\n\u003cimg src=\"https://gblobscdn.gitbook.com/assets%2F-LRhqW6j6mRgZoErSCt2%2F-M2m2MhG96P11UHD_TwZ%2F-M2mBXVWhss4GKBTRhZr%2FUnityAssetLocalization_Preview.gif?alt=media\u0026token=60bb7192-4cc2-4c86-9e6d-b9a7b85c9693\" alt=\"Preview\" width=\"100%\"\u003e\n\n## Features:\n* Built-in [Text](https://docs.unity3d.com/Manual/script-Text.html), [TextAsset](https://docs.unity3d.com/Manual/class-TextAsset.html), [VideoClip](https://docs.unity3d.com/Manual/class-VideoClip.html), [AudioClip](https://docs.unity3d.com/Manual/class-AudioClip.html), [Sprite](https://docs.unity3d.com/Manual/Sprites.html), [Texture](https://docs.unity3d.com/ScriptReference/Texture.html), [Font](https://docs.unity3d.com/Manual/class-Font.html) and [Prefab](https://docs.unity3d.com/Manual/Prefabs.html) localization\n* Edit everything through [Localization Explorer](../../wiki/Localization-Explorer) window\n* Import/Export [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) file\n* [Quick text translation](../../wiki/Localization-Explorer#3-quick-translate-missing-locales) inside the Editor with [Google Translate](https://cloud.google.com/translate/) engine\n* Adding more custom languages in addition to the [built-in languages](https://docs.unity3d.com/ScriptReference/SystemLanguage.html)\n* [Extensible localized asset](../../wiki/Scripting-Reference#extending-custom-localized-asset-behaviour) support\n* Used locales are automatically added to Info.plist on iOS build\n* Lightweight and easy to use\n* No coding required\n\nRequired Unity 2017.1 or newer version.\n\n## Install from Package Manager:\n* Add `\"com.gametoolkit.localization\": \"https://github.com/ibrahimpenekli/GameToolkit-Localization.git#2.2.3\"` to your project's package manifest file in dependencies section.\n* Or, `Package Manager \u003e Add package from git URL...` and paste this URL: `https://github.com/ibrahimpenekli/GameToolkit-Localization.git#2.2.3`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimpenekli%2Fgametoolkit-localization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrahimpenekli%2Fgametoolkit-localization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimpenekli%2Fgametoolkit-localization/lists"}