This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
mirror of
https://github.com/discourse/discourse.git
synced
2026-08-09 12:38:21 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff49f72ad939b60bc912aec581e76916d4de75e6
discourse
/
lib
/
javascripts
/
locale
/
pt_BR.js
T
7 lines
108 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Adding Portuguese-Brazil language
2013-07-15 14:45:16 -03:00
MessageFormat
.
locale
.
pt_BR
=
function
(
n
)
{
if
(
n
===
1
)
{
return
"one"
;
}
return
"other"
;
};
Reference in New Issue
Copy Permalink