21 Commits

Author SHA1 Message Date
QinShower b00b8aa365 fix: add shortTitle column to Chinese readme (#3056) 2024-10-20 10:00:37 +03:00
jerryyummy 5a633acac7 translation: add Chinese translation for servant design pattern (#2804) 2024-03-10 11:31:54 +02:00
资深老萌新 f42f547133 translation: Translation CRTP to zh-Chinese #2289 (#2762)
* translation: Translate CRTP to zh(Chinese)

* translation: Translate CRTP to zh(Chinese)
2024-02-25 14:46:31 +02:00
NewMorning b005b1a69a translation: Added Chinese Translation for Commander patterns (#2763) 2024-02-25 14:23:30 +02:00
egg0102030405 8c316e75fe translation: Added Chinese Translation for several patterns (#2744)
* translation for step-builder and table-module and unit-of-work and update-method and value-object to Chinese

* fix a translation error
2024-02-10 10:57:36 +02:00
Chant3ll3 7a35b0099d translation: Added Chinese Translation for Trampoline Pattern (#2718)
* Translated Trampoline README.md to Chinese

* Fixed title in README.md
2023-12-28 11:25:15 +02:00
jnniu-n 0f966a2e88 translation: Added Chinese Translation for Combinator and Monitor patterns (#2703)
* Create combinator

* translation for combinator and monitor to Chinese
2023-10-25 20:51:16 +03:00
JiaDi Zhang a5e85f4cde translation: add Chinese translation for singleton design pattern (#2573) 2023-08-27 14:34:21 +03:00
Antonio Addeo b0cc0943f9 fix: Fix generic type for deques in command README.md files Ref: #2462 (#2484)
Co-authored-by: Antonio Addeo <an.addeo@reply.it>
2023-06-10 16:03:05 +03:00
akshatarora0013 9d6ae392b8 refactoring: issue#2376 (#2491)
Changed all the switch expression according to the JAVA 17.
2023-04-01 17:48:38 +03:00
Saiteja Reddy 18b1d5195f fix: Fixes #1965 (#2470) 2023-02-18 20:55:37 +02:00
Piyush 0eb976394b fix: Issue #2333 Fixed. (#2461)
Fixed Broken linkage on Chinese localization document.
2023-01-29 11:06:45 +02:00
Prince bhati 67a5aaa14c translation: Corrected the incorrect YAML fontmatter . (#2298)
* Corrected the incorrect YAML fontmatter.

* Updated the H2 version.

* updated the YAML format.

* updated the YAML format.

* updated the YAML format accroding to the changes requested.

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
2022-11-23 21:03:18 +02:00
Ilkka Seppälä 266ed609ec fix: replace yaml frontmatter tags with tag (#2353) 2022-11-20 16:48:05 +02:00
Ilkka Seppälä 63ef157f23 refactor: Update zh pattern image paths 2022-11-13 18:54:28 +02:00
Ilkka Seppälä e6f5b691df Remove obsolete index.mx files 2022-11-06 15:36:50 +02: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
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
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
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
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