Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: _locales/da/messages.json

Issue 11364208: Fixed mistakenly translated placeholder in danish translation (Closed)
Patch Set: Created Aug. 13, 2013, 5:26 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: _locales/da/messages.json
===================================================================
--- a/_locales/da/messages.json
+++ b/_locales/da/messages.json
@@ -60,7 +60,7 @@
"message": "Generelt"
},
"last_updated_at": {
- "message": "Senest opdateret kl. $tid$ d. $date$",
+ "message": "Senest opdateret kl. $time$ d. $date$",
"placeholders": {
"date": {
"content": "$2"
@@ -71,7 +71,7 @@
}
},
"last_updated_at_today": {
- "message": "Senest opdateret kl. $tid$ i dag",
+ "message": "Senest opdateret kl. $time$ i dag",
"placeholders": {
"time": {
"content": "$1"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld