PHPackages                             kecik/language - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. kecik/language

ActiveLibrary[Framework](/categories/framework)

kecik/language
==============

Language Libararies for Kecik Framework

1.0.3(11y ago)21451MITPHPPHP &gt;=5.4.0

Since Apr 7Pushed 9y ago2 watchersCompare

[ Source](https://github.com/kecik-framework/language)[ Packagist](https://packagist.org/packages/kecik/language)[ RSS](/packages/kecik-language/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

**Kecik Language**
==================

[](#kecik-language)

A library created specifically Kecik Framework, this library was made for ease in making use of multi-language projects.

**Installation**
----------------

[](#installation)

composer.json files

```
{
	"require": {
		"kecik/language": "1.0.*@dev"
	}
}
```

Run a command

```
composer install
```

This library requires a file in json format as a dictionary. Examples json file contents.

> nama file: **lang\_id.json**

```
{
	"signin": "Masuk",
	"form": {
		"validation": {
			"must be fill": "Harus diisi"
		}
	}
}
```

> nama file: **lang\_us.json**

```
{
	"signin": "Sign In",
	"form": {
		"validation": {
			"must be fill": "Must be fill"
		}
	}
}
```

**Example Using**
-----------------

[](#example-using)

```
