Skip to main content
Topic: Polish language for ElkArte is finished! :D (Read 4456 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Polish language for ElkArte is finished! :D

After almost 2 months, and lately with @CrimeS helping me, Polish language for ElkArte is finished :D

But it still needs to be edited before sending it as package, because day and months names are not available in TF.

Re: Polish language for ElkArte is finished! :D

Reply #1

Awesome !!!!

 

Re: Polish language for ElkArte is finished! :D

Reply #2

I missed that one!!

Good!
And I'll look into the months if it is possible to fix it so that transifex will be happy as well. ;D
Bugs creator.
Features destroyer.
Template killer.

Re: Polish language for ElkArte is finished! :D

Reply #3

Okay, I had a look at the days and months and transifex.
Again, no good way to fix it except rewrite the arrays and do some "hack" in the code.

I tried also the form:
Code: [Select]
$txt['days'][0] = 'Monday';
but transifex doesn't like that as well.
So, the only thing I can think of is:
Code: [Select]
$txt['monday'] = 'Monday';
And then in load, just after the index file is loaded, fill the normal "days" array:
Code: [Select]
$txt['days'] = array($txt['sunday'], $txt['monday'], etc.);

Opinions?
Bugs creator.
Features destroyer.
Template killer.

Re: Polish language for ElkArte is finished! :D

Reply #4

Actually that makes more sense to me  O:-)

Re: Polish language for ElkArte is finished! :D

Reply #5

Then it's not the right solution. nods :P
Bugs creator.
Features destroyer.
Template killer.



Re: Polish language for ElkArte is finished! :D

Reply #8

These strings didn't appear in transifex, so yes, there wil be something to tweak. :)
Bugs creator.
Features destroyer.
Template killer.

Re: Polish language for ElkArte is finished! :D

Reply #9

And what do I have to change? I don't get it. :-[

We really need something to inform the translators about such changes!

Re: Polish language for ElkArte is finished! :D

Reply #10

@Jorin Transifex sends notification about changes.

Re: Polish language for ElkArte is finished! :D

Reply #11

Quote from: Jorin – We really need something to inform the translators about such changes!
Well, I can start a topic, but I'm also pretty sure I'm going to forget to update it... lol
So, if anyone wants to volunteer keeping it updated, he is very welcome. O:-)
Bugs creator.
Features destroyer.
Template killer.

Re: Polish language for ElkArte is finished! :D

Reply #12

Nice to see that our work(mostly phantom) resulted in the 100% status of the translation :)