This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#304
from unsmell/patch-1
activate portuguese translation
closed-social-v3
Eugen
8 years ago
committed by
GitHub
parent
f860d15d39
7109711b71
commit
ea05fdaa57
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
app/assets/javascripts/components/locales/index.jsx
+ 3
- 1
app/assets/javascripts/components/locales/index.jsx
View File
@ -3,13 +3,15 @@ import de from './de';
import
es
from
'./es'
;
import
hu
from
'./hu'
;
import
fr
from
'./fr'
;
import
pt
from
'./pt'
;
const
locales
=
{
en
,
de
,
es
,
hu
,
fr
fr
,
pt
}
;
export
default
function
getMessagesForLocale
(
locale
)
{
Write
Preview
Loading…
Cancel
Save