Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
222acf50
Unverified
Commit
222acf50
authored
Apr 27, 2018
by
Francesc Guasch
Committed by
GitHub
Apr 27, 2018
Browse files
Merge pull request #705 from UPC/704_ja
fix(i18n) ja.po
parents
d14bcf3e
eb6ecb5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/I18N/j
p
.po
→
lib/Ravada/I18N/j
a
.po
View file @
222acf50
...
...
@@ -9,7 +9,7 @@ msgstr ""
"PO-Revision-Date: 2017-05-02 16:20+0200\n"
"Last-Translator: Fernando Verdugo fernando@etsetb.upc.edu\n"
"Language-Team: \n"
"Language: j
p
\n"
"Language: j
a
\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
...
...
templates/bootstrap/user_settings.html.ep
View file @
222acf50
...
...
@@ -35,7 +35,7 @@
<option
<%=
$
c-
>
param("tongue") eq 'hi' ? "selected" : "" %> value="hi" >
<
%=
l
'
Hindi
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'id' ? "selected" : "" %> value="id" >
<
%=
l
'
Indonesian
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'fa' ? "selected" : "" %> value="fa" >
<
%=
l
'
Persian
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'j
p
' ? "selected" : "" %> value="j
p
" >
<
%=
l
'
Japanese
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'j
a
' ? "selected" : "" %> value="j
a
" >
<
%=
l
'
Japanese
'
%
></option>
</select>
% if ($changed_lang) {
<font
color=
"green"
>
<
%=
l
'
Your
language
has
been
changed
successfully
'
%
></font>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment