Skip to content

[i18n] Update missing string for Occitan#2141

Merged
Alkarex merged 2 commits intoFreshRSS:devfrom
Quenty31:dev
Nov 18, 2018
Merged

[i18n] Update missing string for Occitan#2141
Alkarex merged 2 commits intoFreshRSS:devfrom
Quenty31:dev

Conversation

@Quenty31
Copy link
Copy Markdown
Contributor

According to I18n standardization #2138 this string was missing.
Took the most used translation for "to clear" from Firefox, escafar.
And «cache» like in French and English.
Tell me know if other strings are missing

According to I18n standardization #2138 this string was missing.
Took the most used translation for "to clear" from Firefox, escafar.
And «cache» like in French and English.
Tell me know if other strings are missing
@Alkarex Alkarex added this to the 1.13.0 milestone Nov 18, 2018
@Alkarex Alkarex added the I18n 🌍 Translations label Nov 18, 2018
@Alkarex
Copy link
Copy Markdown
Member

Alkarex commented Nov 18, 2018

Merci :-)
And don't forget to remove the TODO ;-)

Comment removed - comentari tirat - commentaire retiré
@Quenty31
Copy link
Copy Markdown
Contributor Author

Il y a d’autres chaînes manquantes ? Dans la grosse PR c’était compliqué de repérer les chaînes ajoutées ^^

@Alkarex
Copy link
Copy Markdown
Member

Alkarex commented Nov 18, 2018

@Quenty31
Copy link
Copy Markdown
Contributor Author

Mince, je ne sais pas ajouter un fichier à un PR une fois qu'elle est faite =/

@Frenzie
Copy link
Copy Markdown
Member

Frenzie commented Nov 18, 2018

Much the same way you did it in the first place. You can simply git add/commit the file and git push to the same branch. :-)

@Quenty31
Copy link
Copy Markdown
Contributor Author

I don't use commands =/

@Frenzie
Copy link
Copy Markdown
Member

Frenzie commented Nov 18, 2018

If you mean using the web UI here on GitHub, under files changed (top right) you can edit the files for further changes.

@Quenty31
Copy link
Copy Markdown
Contributor Author

There is only on file, I cannot add one more

@Frenzie
Copy link
Copy Markdown
Member

Frenzie commented Nov 18, 2018

Ah, let's see, I don't really use the web interface quite that much, but if you go to a branch you should be able to edit other files. In your case that would be here: https://github.com/Quenty31/FreshRSS/tree/dev

@Alkarex Alkarex merged commit 9d703da into FreshRSS:dev Nov 18, 2018
@Alkarex
Copy link
Copy Markdown
Member

Alkarex commented Nov 18, 2018

Just make another PR :-)

@pattems
Copy link
Copy Markdown
Contributor

pattems commented Nov 18, 2018

@Quenty31, just a heads up, since that was my PR. The remaining missing strings are:

'help' => 'in seconds', //TODO - Translation
'number' => 'Duration to keep logged in', //TODO - Translation

'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', //TODO - Translation

@Quenty31
Copy link
Copy Markdown
Contributor Author

I'll do it tonight! Thanks

@Alkarex
Copy link
Copy Markdown
Member

Alkarex commented Jan 26, 2019

@Quenty31 J'ai reçu une notification de ta part sur mon instance Friendica, mais le message semble avoir disparu. Est-ce qu'il y a toujours un problème ? Je compte sortir FreshRSS 1.13.1 aujourd'hui, mais je peux attendre une heure ou deux s'il y a une traduction en route :-)

@Quenty31
Copy link
Copy Markdown
Contributor Author

Coucou, je disais que j'avais deux trois modif à faire, je m'y mets là !
Aussi, je voulais voir un soucis avec les dates qui s'affichent étrangement, mais on verra ça plus tard !

@Alkarex
Copy link
Copy Markdown
Member

Alkarex commented Jan 26, 2019

@Quenty31 Est-ce que je pourrais voir une capture d'écran du problème de date ?

@Quenty31
Copy link
Copy Markdown
Contributor Author

@Alkarex
Copy link
Copy Markdown
Member

Alkarex commented Jan 26, 2019

Ah, ce sont tous les formats

'format_date' => 'j %s \de\ Y',
'format_date_hour' => 'j %s \de\ Y \a H\:i',
qui ne sont pas bons en occitan. Comparer avec la version française par exemple

@Quenty31
Copy link
Copy Markdown
Contributor Author

Quenty31 commented Jan 26, 2019

ah je crois qu'il faut mettre \\ devant de et a :

 		'format_date' => 'j \\de %s \\de Y', 
 		'format_date_hour' => 'j \\de %s \\de Y \\a H\:i', 

En gros ça doit afficher par exemple 26 de genièr de 2019 a 14:20

@Quenty31
Copy link
Copy Markdown
Contributor Author

Quenty31 commented Jan 26, 2019

tiens, pourquoi ça ne passe pas quand je mets deux fois "\" sur GitHub ?

@Alkarex
Copy link
Copy Markdown
Member

Alkarex commented Jan 26, 2019

mdemoss pushed a commit to mdemoss/FreshRSS that referenced this pull request Mar 25, 2021
* [i18n] Update missing string for Occitan

According to I18n standardization FreshRSS#2138 this string was missing.
Took the most used translation for "to clear" from Firefox, escafar.
And «cache» like in French and English.
Tell me know if other strings are missing

* Removal of the comment

Comment removed - comentari tirat - commentaire retiré
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

I18n 🌍 Translations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants