Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Amegatron committed Sep 18, 2014
1 parent a6b26ab commit 7b54b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ DiffFormatter::extend('fr', function($isNow, $isFuture, $delta, $unit) {
Also, there is a possibility to add an alias for an existing language. For example, Localized Carbon is shipped with Ukranian localization, which is recognized by `uk` language key. But what if your application uses `ua` or `ukr` language, which still means it is Ukranian? In this case you may add an alias for `uk` language in this way:

```
DiffFormatter::alias('ukr', 'ua');
DiffFormatter::alias('ukr', 'uk');
```

<a name="contributing"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/README-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ DiffFormatter::extend('fr', function($isNow, $isFuture, $delta, $unit) {
Также возможно добавлять "алиасы" к существующим языкам. Например, Localized Carbon поставляется с Украинской локализацией, которая распознается по языковому ключу `uk`. Но что, если в вашем приложении для украинского языка используется ключ `ua`, или `ukr`? В это случае вы можете зарегистрировать алиас для языка `uk` таким образом:

```
DiffFormatter::alias('ukr', 'ua');
DiffFormatter::alias('ukr', 'uk');
```

<a name="contributing"></a>
Expand Down

0 comments on commit 7b54b44

Please sign in to comment.