aboutsummaryrefslogtreecommitdiffstats
path: root/i18n/e2e/localeTest_sk.html
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/e2e/localeTest_sk.html')
-rw-r--r--i18n/e2e/localeTest_sk.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/i18n/e2e/localeTest_sk.html b/i18n/e2e/localeTest_sk.html
index 6652124b..f9ae87f7 100644
--- a/i18n/e2e/localeTest_sk.html
+++ b/i18n/e2e/localeTest_sk.html
@@ -1,6 +1,6 @@
<!document html>
<html>
- <head>
+ <head>
<meta charset="utf-8">
<title>locale test</title>
<script src="../../build/angular.js" ng:autobind></script>
@@ -12,5 +12,12 @@
date: {{input | date:"longDate"}}<br>
number: {{input | number}}<br>
currency: {{input | currency }}
+ <hr/>
+ <input type="text" name="plInput" value="1"><br>
+ <ng:pluralize count="plInput"
+ when= "{ 'one': 'Mas jeden email!',
+ 'few': 'Mas {} emaily!',
+ 'other': 'Mas {} emailov!'}">
+ </ng:pluralize>
</body>
-</html>
+</html>