Multi Language #148
Unanswered
fbenavidesd
asked this question in
Q&A
Replies: 3 comments 5 replies
-
|
Hi, is it possible to include the file 'dist/translations/calendar.translations.XX.js' or must the content be copied completely? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have tried this, but the page remains in English <html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="dist/calendar.js.css" />
<script src="dist/calendar.js"></script>
<script src="dist/translations/calendar.translations.de.js"></script>
</head>
<body>
<div id="calendar"></div>
<script>
var calendarInstance1 = new calendarJs( "calendar", {
manualEditingEnabled: false
} );
</script>
</body>
</html> |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
The language file displays the texts in the selected language. But the day is still displayed with st, nd, rd, th. Example: Mittwoch, 17thJanuar2024 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, first of all, Great calendar.
Is there any example of language translation available some one can point me? So I could take as example for make my own translation to my language.
Sorry my english and thanks
Beta Was this translation helpful? Give feedback.
All reactions