This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
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
activate portuguese translation
master
unsmell
8 years ago
committed by
GitHub
parent
26287b6e7d
commit
7109711b71
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