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

Commit

Permalink
Added Spanish to READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Amegatron committed Jun 30, 2014
1 parent 56a9649 commit a8a24ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Current version of Localized Carbon ships with these localizations:
+ Russian (ru)
+ Ukrainian (uk)
+ Dutch (nl)
+ Spanish (es)

But it is extendable, so you may write and use your own localization without altering the contents of the package. See [extending Localized Carbon](#extending).

Expand Down
3 changes: 2 additions & 1 deletion docs/README-ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@
+ Русский (ru)
+ Украинский (uk)
+ Голландский (nl)
+ Испанский (es)

Но пакет расширяем, то есть вы можете написать и использоваться свою собственную локализацию, не трогая само содержимое пакета. См. [расширение пакета](#extending).

<a name="installation"><a/>
## Установка

Добавте следующее определение в секуцию `require` файла `composer.json` вашего проекта: `"laravelrus/localized-carbon": "1.*"`.
Добавте следующее определение в секуцию `require` файла `composer.json` вашего проекта: `"laravelrus/localized-carbon": "1.*"`, после чего выполните команду `composer update`.

Далее нужно добавить сервис провайдер (Service Provider), поставляемый с пакетом, в раздел `providers` файла `app/config/app.php`:

Expand Down

0 comments on commit a8a24ba

Please sign in to comment.