Commit Graph

29 Commits

Author SHA1 Message Date
Alan cfeee23957 translation: Closes iluwatar#2162 Translate template-method pattern readme to Korean (#2173) 2022-10-30 22:26:27 +02:00
Alan d9b4965eb9 translation: Closes iluwatar#2161 Translate template-method pattern readme to Korean (#2172) 2022-10-30 22:25:09 +02:00
Alan e063bd14e0 translation: Closes iluwatar#2160 Translate template-method pattern readme to Korean (#2171) 2022-10-30 22:22:44 +02:00
yusha-g aa68998d71 Proofread ko/README.md (#2147)
translation: Fixed wrong usage of particle in line 25. From 패턴은 to 패턴이.
2022-10-29 09:30:33 +03:00
Yujan Ranjitkar 97b2b6da71 translation: Add Nepali language localization support for the design patterns (#2136) 2022-10-29 09:18:02 +03:00
Ilkka Seppälä 4108f86177 docs: Prepare for new website launch (#2149)
* Changed database implementation. Removed static objects.

* Fix Logs

* Fix 40 errors from checkstyle plugin run. 139 left))

* Fix CacheStore errors from checkstyle plugin 107 left

* Fix last errors in checkstyle.

* Fix sonar issues

* Fix issues in VALIDATE phase

* Fix Bug with mongo connection. Used "Try with resources"

* Add test

* Added docker-compose for mongo db. MongoDb db work fixed.

* Provided missing tests

* Comments to start Application with mongo.

* Fix some broken links

* Remove extra space

* Update filename

* Fix some links in localization folders

* Fix link

* Update frontmatters

* Work on patterns index page

* Work on index page

* Fixes according PR comments. Mainly Readme edits.

* fix frontmatter

* add missing png

* Update pattern index.md

* Add index.md for Chinese translation

* update image paths

* update circuit breaker image paths

* Update image paths for localizations

* add generated puml

* Add missing image

* Update img file extensions

* Update the rest of the EN and ZH patterns to conform with the new website

Co-authored-by: Victor Zalevskii <zvictormail@gmail.com>
2022-10-23 16:29:49 +03:00
Alan 608f6d21cf translation: Closes iluwatar#2082 Translate template-method pattern readme to Korean (#2109) 2022-10-22 20:42:17 +03:00
Shourya Manekar 68556df6e2 translation: Create Realme.md (#2106)
Translation: Add Marathi translation
2022-10-22 20:35:06 +03:00
Aitor Fidalgo Sánchez 03feaa9faf translation: Closes #2089 Translate the acyclic-visitor readme to Spanish (#2090) 2022-10-17 20:34:33 +03:00
LazyProgrammer 4fd5a9a7b0 translation: Added bangla language (#2088)
* Create Readme.md

* Rename Readme.md to README.md

* added bangla language in readme

* removed contributors from bangla readme

* Added bangla readme in Readme
2022-10-17 20:18:24 +03:00
Tejas Singh a3d1b4255c translation: I translate to hindi the README.md file and add it as new file under /localization/hi/ folder (#2086) 2022-10-17 20:10:28 +03:00
Lucas Zischka 80c19a407f translation: Update German translation (#2063)
* Update Header

* Improve Introduction translation

* Update Getting started translation

* Update more Getting started translation

* Update How to contribute translation

* Update License translation

* Add Contributors

* Revert adding my name to contributors
2022-10-17 19:50:07 +03:00
Aitor Fidalgo Sánchez 505454cbae translation: Closes #2077 Translate the active-object readme to Spanish (#2078) 2022-10-16 19:25:36 +03:00
Aitor Fidalgo Sánchez d43b21472d translation: Closes #2066 Translate the abstract-factory readme to Spanish (#2072) 2022-10-16 19:08:55 +03:00
Pan Sem c397ce9aeb translation: I translate to greek README.md file and add it as new file under /localization/el/ folder. (#2060) 2022-10-10 19:27:05 +03:00
yiichan 1fea4bbbdb fix: A Chinese grammar error in zh version readme. (#2017)
Line 35, the bracket contains a redundant Chinese character “为”, which should be removed from bracket and put in front of the remain words.

在第35行,第二个网页超链接处,中括号包含了一个多余的汉字“为”。应该将这个汉字移出中括号。
2022-10-09 09:59:06 +03:00
Minh Nguyen 14ae384e3c translation: add localization for vietnamese (#2047)
Co-authored-by: Nguyen, Minh | Min | FID <ts-minhtien.nguyen@rakuten.com>
2022-10-08 19:52:47 +03:00
Aitor Fidalgo Sánchez 84f733d137 translation: Closes #2045 Translate abstract-document readme to Spanish (#2046) 2022-10-08 19:07:57 +03:00
Reo Uehara c6803f920d translation: Add Japanese README (#1885) 2021-10-24 09:40:05 +03:00
Mozartus 78abdb4e13 Fix typo, grammer and links (#1874) 2021-10-21 20:39:34 +03:00
Mozartus ba51a49802 translation: Add a German README (#1872)
* Add German Readme

* Add german readme
2021-10-20 21:29:15 +03:00
JCarlos 0ad44ced24 docs: Fix typos spanish readme and factory (#1834)
* Fix typos for Spanish README

* Fix typos in the factory example
2021-10-15 20:24:49 +03:00
Vadim 0a73ead12d translation: Add Russian translation (#1846)
* Add ru url to README.md

* Create russian README.md
2021-10-11 21:43:58 +03:00
Muklas Rahmanto 0255111b4e translation: Add Indonesian translation (#1841)
* Create README.md in id

* Add README.md in id url
2021-10-08 20:45:59 +03:00
Ilkka Seppälä 42eb7950ae task: Fix broken links (#1817)
* Fix some broken links

* Remove extra space

* Update filename

* Fix some links in localization folders

* Fix link

Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-09-29 00:13:31 +05:30
Alain be59e50205 doc: Fix Typos in French local doc (#1818)
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-09-28 21:49:30 +05:30
Mike Liu c5a4068e84 docs: Translation for zh (#1805)
* add state and callback pattern

* add command and template-method pattern

* add iterator pattern

* add bridege and DI pattern

* fix issue #1600

* add converter,proxy,visitor pattern

* add caching,composite,delegation,dirty-flag,interpreter patterns

* add dao and producer-consumer

* add dto and provate class data pattern

* fix #1646 png path problems

* fix #1646 composite png path case problem

* add abstract document pattern and version-number pattern

* add ambassador pattern

* add acyclic-visitor and api-gateway pattern

* add abstract-factory pattern

* add active-object pattern

* add aggregator-microservices and arrange-act-assert pattern

* update async-method-invocation pattern

* add balking and business-delegate pattern

* add bytecode and circuit-break pattern

* update arrange/act/assert pattern problems

* add csch pattern

* add language code, correct pic path

* #1805 update permalink

Co-authored-by: Subhrodip Mohanta <subhrodipmohanta@gmail.com>
Co-authored-by: Mike <admin@xiaod.info>
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2021-08-01 20:25:54 +05:30
Marlo Henrique 28fc672a2f translation: portuguese translation and languages codes (#1792)
* portuguese translation and languages codes

* fix unlinked links

Co-authored-by: Marlo Henrique de Lima Oliveira <marlo.oliveira@rsinet.com.br>
2021-07-09 10:44:06 +03:00
Juan Manuel Abate 784cdee819 localizations: #1771 Spanish translation and languages codes (#1777)
* #1771 Move translations to a new directory to have more organization

* #1771 spanish translation

* #1771 change the language codes to follow ISO 639-1 and change the links

* #1771 remove country flags
2021-06-04 21:36:42 +03:00