Extension Description:
With this extension you can add a Knuffel game to your forum Knuffel (Kniffel-Clone, also known as Yahtzee or dicepoker) is a dice game, where it's your aim to roll certain figures and reach a maximum score out of them.
- updated code for php 8.x
- Update code for 3.3.x.
- Twig update.
- Drop support for 3.1.
At the moment I'm working on translation and I have a little problem. I try to translate all messages and descriptions of buttons from a "Roll dice" window, such as: "2nd throw, Final throw, Next round" or "Enter your score!".
I can translate all the required language strings wich are located in knuffel260.js file of course.
What about others languages? Do you know what I mean?
all4phone wrote: 02 Jun 2016, 21:06
Hi, thx for great ext
At the moment I'm working on translation and I have a little problem. I try to translate all messages and descriptions of buttons from a "Roll dice" window, such as: "2nd throw, Final throw, Next round" or "Enter your score!".
I can translate all the required language strings wich are located in knuffel260.js file of course.
What about others languages? Do you know what I mean?
Yes, usually extension has to be translated into several languages.
Let me explain what I mean.
For example: first user has use english language and the second has to use polish language - both users on the same forum/board, on which you can choose your language.
In the ext/dmzx/kneffel/language, there are (for eg.) two language directory (en, pl). It's fine.
But what about ext/dmzx/kneffel/knuffel/script/knuffel260.js file, that contains language strings also (mentioned above) ?
I think, in that case, when Polish-language user will be playing Kneffel, he will have a little bit english language in this game.
Or vice versa, when extension will be translated to polisch language only (I mean knuffel260.js file) then English-language user will have a little bit polish words.
My Question. We have only a few players at the Knuffel-game. To make the game more interesting for our players, we want to display the best 10 or 20 results in the highscore. So the players can try to place many of his own results in the top ten. Is that possible? (phpbb.com)