How to change language of posts date?
+3
Ape
skouliki
HappyUnicorn2
7 posters
Page 1 of 1
How to change language of posts date?
Hello, I have a question about posts date on the homepage (in the categories as well), so I'm looking for possibility to change it from English to Polish // an example: the latest post is shown as posted "Today" or "Yesterday" I would prefer to keep it in Polish as "Dziś" and "Wczoraj".
Re: How to change language of posts date?
skouliki wrote:hello
please read this https://help.forumotion.com/t3327-forum-timezone-language?highlight=language
hi, thanks. but my forum language there is Polish, everything is in Polish except of the "today at" "yesterday at" as the latest post dates.
I'm looking for change this into Polish. it would be nice.
Re: How to change language of posts date?
Sadly there is no real easy way to do this with out JavaScript's or maybe CSS files
@TheCrow may have some way to help you on this.
@TheCrow may have some way to help you on this.
Re: How to change language of posts date?
Hello,
Sadly, some translations might be uncomplete because Forumotion has no translators in your language or because some items have been forgotten but you can help to improve that !
Please send to a staff member :
- The wrong text (usually in english)
- The replacement text
- The language of your replacement text
- Where it appears on the forum (screenshots can help)
- Link to that topic
Then Forumotion team might give all info to head office, so translation can be improved in the future.
Sadly, some translations might be uncomplete because Forumotion has no translators in your language or because some items have been forgotten but you can help to improve that !
Please send to a staff member :
- The wrong text (usually in english)
- The replacement text
- The language of your replacement text
- Where it appears on the forum (screenshots can help)
- Link to that topic
Then Forumotion team might give all info to head office, so translation can be improved in the future.
Re: How to change language of posts date?
Unfortunately I don't think we had translators for all languages. Back when I was on staff it was only a key number of languages we had active translators for and I don't think polish was one of them. Maybe someone can help out with a CSS cosmetic fix for it.
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
Re: How to change language of posts date?
Hello @HappyUnicorn2,
This javascript changes what the lastpost column says. If there are more selectors we'd have to locate them and add them to the javascript.
Javascript set to all the pages.
Regards,
TC.
This javascript changes what the lastpost column says. If there are more selectors we'd have to locate them and add them to the javascript.
Javascript set to all the pages.
- Code:
$(".lastpost span").each(function() {
$(this).html($(this).html().replace('Yesterday', 'Wczoraj').replace('Today', 'Dziś'));
});
Regards,
TC.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: How to change language of posts date?
Hello,
Unfortunately, we currently have no translators for the Polish language, which is why some words remain in English.
Thanks to your topic, the words in question have been translated and will appear in Polish in the coming days on your forum, without you having to do anything. Please note that if you wish, you can help us to translate the platform into Polish, just send me a private message so that we can discuss it.
Regards,
Shadow
Unfortunately, we currently have no translators for the Polish language, which is why some words remain in English.
Thanks to your topic, the words in question have been translated and will appear in Polish in the coming days on your forum, without you having to do anything. Please note that if you wish, you can help us to translate the platform into Polish, just send me a private message so that we can discuss it.
Regards,
Shadow
Shadow- Manager
- Posts : 16208
Reputation : 1832
Language : French, English
Re: How to change language of posts date?
Shadow wrote:Hello,
Unfortunately, we currently have no translators for the Polish language, which is why some words remain in English.
Thanks to your topic, the words in question have been translated and will appear in Polish in the coming days on your forum, without you having to do anything. Please note that if you wish, you can help us to translate the platform into Polish, just send me a private message so that we can discuss it.
Regards,
Shadow
omg thank you,
you are all very helpful and nice.
Similar topics
» Forum, Topics, Posts, and Last Posts Color Change...
» Change icons for: no new posts/new posts/forum locked
» i want change language.
» how to change language?
» Language won't change
» Change icons for: no new posts/new posts/forum locked
» i want change language.
» how to change language?
» Language won't change
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum