-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Fixed pages showing up in wrong language #1750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JackieNim Thank you so much for the update.
@iluwatar We may need to update the Wiki for the same changes we will be proposing to help new contributors and old ones as well to get familiarized with the new standard of adding language selection.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly take a look at the comments.
@@ -114,7 +114,7 @@ public TcpLoggingClient(String clientName, int serverPort) { | |||
|
|||
@Override | |||
public void run() { | |||
try (var socket = new Socket(InetAddress.getLocalHost(), serverPort)) { | |||
try (Socket socket = new Socket(InetAddress.getLocalHost(), serverPort)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we changing this?
.registerChannel(tcpChannel(6666, loggingHandler)) | ||
.registerChannel(tcpChannel(6667, loggingHandler)) | ||
.registerChannel(udpChannel(6668, loggingHandler)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explain why are you reverting this change?
#1709 was used to patch the changes. Please show relevant necessity.
service.execute(new TcpLoggingClient("Client 1", 6666)); | ||
service.execute(new TcpLoggingClient("Client 2", 6667)); | ||
service.execute(new UdpLoggingClient("Client 3", 6668)); | ||
service.execute(new UdpLoggingClient("Client 4", 6668)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do let me know the reason for this change.
These have been introduced at #1709 by myself.
categories: | ||
- Concurrency |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There might be an issue with categories of version-number
pattern. Please check L8
categories: | |
- Concurrency | |
categories: Concurrency |
@@ -2,8 +2,9 @@ | |||
layout: pattern | |||
title: Adapter | |||
folder: adapter | |||
permalink: "/patterns/adapter/" | |||
permalink: "/patterns/adapter/ko" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This detail must have slipped when we approved the Korean Language translation PR but there seems to be an additional double quotation in all permalinks.
Need to check if this should be like how it is or not. Hey, @iluwatar any thoughts on this?
permalink: "/patterns/adapter/ko" | |
permalink: /patterns/adapter/ko |
@@ -2,8 +2,9 @@ | |||
layout: pattern | |||
title: Singleton | |||
folder: singleton | |||
permalink: "/patterns/singleton/" | |||
permalink: "/patterns/singleton/ko" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Korean pattern readme for permalink is not unified like other patterns.
permalink: "/patterns/singleton/ko" | |
permalink: /patterns/singleton/ko |
@@ -2,8 +2,9 @@ | |||
layout: pattern | |||
title: Strategy | |||
folder: strategy | |||
permalink: /patterns/strategy/ | |||
permalink: "/patterns/strategy/ko" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Korean pattern readme for permalink is not unified like other patterns.
permalink: "/patterns/strategy/ko" | |
permalink: /patterns/strategy/ko |
afin qu'on puisse avoir un affichage agréable comme sur un | ||
site web par exemple --> | ||
|
||
# Les patrons de conception implémentés en Java | ||
|
||
 | ||
[](https://raw.githubusercontent.com/iluwatar/java-design-patterns/master/LICENSE.md) | ||
[](https://sonarcloud.io/dashboard?id=iluwatar_java-design-patterns) | ||
[](https://sonarcloud.io/dashboard?id=iluwatar_java-design-patterns) | ||
[](https://sonarcloud.io/dashboard?id=iluwatar_java-design-patterns) | ||
[](https://gitter.im/iluwatar/java-design-patterns?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you making this change?
# Introduction | ||
|
||
Les patrons de conception (design patterns) sont les meilleures | ||
pratiques formalisées qu’un programmeur peut utiliser pour résoudre | ||
des problèmes courants lors de la conception d’une application | ||
ou d’un système. | ||
Le patron de conception est la meilleure formatalisation qu'un programmeur | ||
peut utiliser pour résoudre un problème lors d'une conception d'une application/system. | ||
|
||
Les patrons de conception peuvent accélérer le processus de | ||
Le patron de conception (design pattern) est là pour accélérer le processus de | ||
développement en fournissant des paradigmes éprouvés. | ||
|
||
La réutilisation de patrons de conception aide à se prémunir des problèmes subtils | ||
qui causent des problèmes majeurs, et cette pratique augmente la lisibilité | ||
du code pour les développeurs et architectes familiers de ces concepts. | ||
La réutilisation de patron de conception aide à prévenir des problèmes subtiles mais | ||
qui sont à l'origine de problèmes majeures, comme cette pratique augmente la lisibilitée | ||
du code par les développeurs/architectes familiers avec l'utilisation de ces concepts. | ||
|
||
# Commencer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These translation have been improved in #1730
Why are you trying to revert these changes?
fr/README.md
Outdated
Ce site présente des modèles de conception Java. Les solutions ont été développées par des | ||
développeurs et architectes expérimentés de la communauté open source. Les modèles peuvent être parcourus par leurs descriptions de haut niveau ou en regardant leur code source. Les exemples de code source sont bien commentés et peuvent être considérés comme tutoriels de programmation sur la façon d'implémenter un modèle spécifique. Nous utilisons le plus technologies Java open source éprouvées au combat. | ||
|
||
Avant de vous plonger dans le contenu, vous devriez vous familiariser avec divers | ||
Avant de plonger dans le matériau, vous devez vous familiariser avec divers | ||
[Principes de conception de logiciels](https://java-design-patterns.com/principles/). | ||
|
||
Tous les modèles doivent être aussi simples que possible. | ||
Vous devriez commencer par les principes KISS, YAGNI et | ||
Faites La Chose La Plus Simple Qui Fonctionne. | ||
La complexité et les modèles ne devraient être introduits | ||
que lorsqu’ils sont nécessaires pour une extensibilité pratique. | ||
Toutes les conceptions doivent être aussi simples que possible. Vous devriez commencer par KISS, YAGNI, | ||
et faire la chose la plus simple qui pourrait éventuellement fonctionner principes. Complexité et | ||
les modèles ne devraient être introduits que lorsqu'ils sont nécessaires pour | ||
extensibilité. | ||
|
||
Une fois que vous êtes familiarisé avec ces concepts, vous pouvez commencer à explorer les | ||
[modèles de conception disponibles](https://java-design-patterns.com/patterns/) | ||
par n’importe laquelle les approches suivantes : | ||
Une fois que vous êtes familiarisé avec ces concepts, vous pouvez commencer à explorer | ||
[modèles de conception disponibles](https://java-design-patterns.com/patterns/) par tout | ||
des approches suivantes | ||
|
||
- Recherchez un modèle spécifique par son nom. | ||
Vous n’en trouvez pas ? Veuillez signaler un nouveau modèle [ici](https://github.com/iluwatar/java-design-patterns/issues). | ||
- Utilisation de balises telles que `Performance`, `Gang of Four` ou `Data access`. | ||
- Utilisation des catégories de modèles, `Creational`, `Behavioral` et autres. | ||
- Recherchez un modèle spécifique par son nom. Vous n'en trouvez pas? Veuillez signaler un nouveau modèle [ici](https://github.com/iluwatar/java-design-patterns/issues). | ||
- Utilisation de balises telles que `Performance`, `Gang of Four` ou `Data access`. | ||
- Utilisation des catégories de modèles, `Créatif`, `Comportemental` et autres. | ||
|
||
Nous espérons que vous trouverez les solutions orientées objet présentées | ||
sur ce site utiles dans vos architectures et que vous aurez autant | ||
de plaisir à les apprendre que nous en avons eu à les développer. | ||
J'espère que les solutions orientées objet présentées sur ce site vous seront utiles | ||
dans vos architectures et ayez autant de plaisir à les apprendre que nous en avons eu à les développer. | ||
|
||
# Comment contribuer | ||
|
||
Si vous souhaitez contribuer au projet, vous trouverez les informations pertinentes dans | ||
notre [wiki développeur](https://github.com/iluwatar/java-design-patterns/wiki). | ||
Nous vous aiderons répondrons à vos questions dans le [Gitter chatroom](https://gitter.im/iluwatar/java-design-patterns). | ||
notre [wiki développeur](https://github.com/iluwatar/java-design-patterns/wiki). Nous aiderons | ||
vous et répondez à vos questions dans le [Gitter chatroom](https://gitter.im/iluwatar/java-design-patterns). | ||
|
||
# Licence | ||
|
||
Ce projet est concédé sous les termes de la licence MIT. No newline at end of file | ||
Ce projet est concédé sous les termes de la licence MIT. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These translations have been improved in #1730
Please explain with an appropriate reason as to why are you trying to make some changes that revert certain commits where improvements have been made.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there was a problem when I tired forking the project 🤔 Let me try again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iluwatar Shall we reopen #1752 against this and re-review the whole doc again? Or is there any way that you know where @JackieNim can rrecoverthis deleted fork to make this PR open again? |
Since the repository has been deleted I don't know any other way than reopening #1752 |
Fix issue where links show up in the wrong language
iluwatar/java-design-patterns-web#22