Skip to content

Commit

Permalink
Merge pull request #40 from onysko/master
Browse files Browse the repository at this point in the history
Added spanish locale
  • Loading branch information
vitalyiegorov committed Apr 6, 2016
2 parents 0556d14 + 128fba1 commit bb1c80b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SamsonLocale.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ class SamsonLocale
const KO = 'ko';
/** Немецкая локализация */
const DE = 'de';
/** Испанская локализация */
const ES = 'es';

/**
* Коллекция поддерживаемых локализаций
Expand All @@ -54,6 +56,7 @@ class SamsonLocale
SamsonLocale::FR,
SamsonLocale::KO,
SamsonLocale::DE,
SamsonLocale::ES,
);

/**
Expand Down

0 comments on commit bb1c80b

Please sign in to comment.