Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 45d02e00
authored
Apr 07, 2012
by
Antti Tonkyra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i18nzation, fixed old merge stuff in i18n_fi
1 parent
04de6611
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
code/LanBortalUtilities/src/fi/insomnia/bortal/enums/ActionLogMessageState.java
code/LanBortalWeb/WebContent/actionlog/taskview.xhtml
code/LanBortalWeb/src/fi/insomnia/bortal/resources/i18n_fi.properties
code/LanBortalUtilities/src/fi/insomnia/bortal/enums/ActionLogMessageState.java
View file @
45d02e0
...
...
@@ -3,5 +3,10 @@ package fi.insomnia.bortal.enums;
public
enum
ActionLogMessageState
{
NEW
,
PENDING
,
DONE
DONE
;
public
String
getKey
(){
return
"actionlog.messagestate."
+
name
();
}
}
code/LanBortalWeb/WebContent/actionlog/taskview.xhtml
View file @
45d02e0
...
...
@@ -74,7 +74,7 @@
<f:facet
name=
"header"
>
<h:outputText
value=
"tilanvaihdos"
/>
</f:facet>
<h:outputText
value=
"#{
response.stateChange
}"
/>
<h:outputText
value=
"#{
i18n[response.stateChange.key]
}"
/>
</h:column>
</h:dataTable>
...
...
code/LanBortalWeb/src/fi/insomnia/bortal/resources/i18n_fi.properties
View file @
45d02e0
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment