From 7c8802ef6f42fcd24f2a7c9ec7e7048b9e2cbc22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 20 Oct 2024 10:22:52 +0300 Subject: [PATCH] fix: add shortTitle to es and ko localization readmes --- localization/es/abstract-document/README.md | 1 + localization/es/abstract-factory/README.md | 1 + localization/es/active-object/README.md | 1 + localization/es/acyclic-visitor/README.md | 1 + localization/es/adapter/README.md | 1 + localization/es/aggregator-microservices/README.md | 1 + localization/es/ambassador/README.md | 1 + localization/es/api-gateway/README.md | 1 + localization/es/arrange-act-assert/README.md | 1 + localization/es/async-method-invocation/README.md | 1 + localization/es/balking/README.md | 1 + localization/es/bridge/README.md | 1 + localization/es/builder/README.md | 1 + localization/es/business-delegate/README.md | 1 + localization/es/bytecode/README.md | 1 + localization/es/chain-of-responsibility/README.md | 1 + localization/es/client-session/README.md | 1 + localization/es/collecting-parameter/README.md | 1 + localization/es/command/README.md | 1 + localization/es/commander/README.md | 1 + localization/es/composite-entity/README.md | 1 + localization/es/composite-view/README.md | 1 + localization/es/composite/README.md | 1 + localization/es/context-object/README.md | 1 + localization/es/converter/README.md | 1 + localization/es/data-locality/README.md | 1 + localization/es/decorator/README.md | 1 + localization/es/delegation/README.md | 1 + localization/es/dependency-injection/README.md | 1 + localization/es/dirty-flag/README.md | 1 + localization/es/double-buffer/README.md | 1 + localization/es/embedded-value/README.md | 1 + localization/es/event-aggregator/README.md | 1 + localization/es/extension-objects/README.md | 1 + localization/es/facade/README.md | 1 + localization/es/factory-kit/README.md | 1 + localization/es/factory-method/README.md | 1 + localization/es/factory/README.md | 1 + localization/es/feature-toggle/README.md | 1 + localization/es/flux/README.md | 1 + localization/es/flyweight/README.md | 1 + localization/es/front-controller/README.md | 1 + localization/es/game-loop/README.md | 1 + localization/es/gateway/README.md | 1 + localization/es/health-check/README.md | 1 + localization/es/identity-map/README.md | 1 + localization/es/intercepting-filter/README.md | 1 + localization/es/interpreter/README.md | 1 + localization/es/iterator/README.md | 1 + localization/es/layers/README.md | 1 + localization/es/lazy-loading/README.md | 1 + localization/es/leader-election/README.md | 1 + localization/es/marker/README.md | 1 + localization/es/mediator/README.md | 1 + localization/es/memento/README.md | 1 + localization/es/module/README.md | 1 + localization/es/monostate/README.md | 1 + localization/es/multiton/README.md | 1 + localization/es/null-object/README.md | 1 + localization/es/object-mother/README.md | 1 + localization/es/object-pool/README.md | 1 + localization/es/observer/README.md | 1 + localization/es/page-controller/README.md | 1 + localization/es/page-object/README.md | 1 + localization/es/parameter-object/README.md | 1 + localization/es/partial-response/README.md | 1 + localization/es/pipeline/README.md | 1 + localization/es/poison-pill/README.md | 1 + localization/es/presentation-model/README.md | 1 + localization/es/priority-queue/README.md | 1 + localization/es/property/README.md | 1 + localization/es/prototype/README.md | 1 + localization/es/proxy/README.md | 1 + localization/es/registry/README.md | 1 + localization/es/retry/README.md | 1 + localization/es/role-object/README.md | 1 + localization/es/separated-interface/README.md | 1 + localization/es/servant/README.md | 1 + localization/es/sharding/README.md | 1 + localization/es/single-table-inheritance/README.md | 1 + localization/es/singleton/README.md | 1 + localization/es/spatial-partition/README.md | 1 + localization/es/special-case/README.md | 1 + localization/es/specification/README.md | 1 + localization/es/state/README.md | 1 + localization/es/step-builder/README.md | 1 + localization/es/strangler/README.md | 1 + localization/es/strategy/README.md | 1 + localization/es/subclass-sandbox/README.md | 1 + localization/es/table-module/README.md | 1 + localization/es/template-method/README.md | 1 + localization/es/throttling/README.md | 1 + localization/es/trampoline/README.md | 1 + localization/es/transaction-script/README.md | 1 + localization/es/twin/README.md | 1 + localization/es/typeobjectpattern/README.md | 1 + localization/es/update-method/README.md | 1 + localization/es/value-object/README.md | 1 + localization/es/visitor/README.md | 1 + localization/ko/adapter/README.md | 1 + localization/ko/builder/README.md | 1 + localization/ko/callback/README.md | 1 + localization/ko/decorater/README.md | 1 + localization/ko/event-driven-architecture/README.md | 1 + localization/ko/event-sourcing/README.md | 1 + localization/ko/facade/README.md | 1 + localization/ko/factory/README.md | 1 + localization/ko/iterator/README.md | 1 + localization/ko/observer/README.md | 1 + localization/ko/prototype/README.md | 1 + localization/ko/proxy/README.md | 1 + localization/ko/singleton/README.md | 1 + localization/ko/strategy/README.md | 1 + localization/ko/template-method/README.md | 1 + localization/ko/visitor/README.md | 1 + 115 files changed, 115 insertions(+) diff --git a/localization/es/abstract-document/README.md b/localization/es/abstract-document/README.md index 56f343218..ad07e56a2 100644 --- a/localization/es/abstract-document/README.md +++ b/localization/es/abstract-document/README.md @@ -1,5 +1,6 @@ --- title: Abstract Document +shortTitle: Abstract Document category: Structural language: es tag: diff --git a/localization/es/abstract-factory/README.md b/localization/es/abstract-factory/README.md index 6f7475316..84d63f941 100644 --- a/localization/es/abstract-factory/README.md +++ b/localization/es/abstract-factory/README.md @@ -1,5 +1,6 @@ --- title: Abstract Factory +shortTitle: Abstract Factory category: Creational language: es tag: diff --git a/localization/es/active-object/README.md b/localization/es/active-object/README.md index 1d2948c58..37f4ac911 100644 --- a/localization/es/active-object/README.md +++ b/localization/es/active-object/README.md @@ -1,5 +1,6 @@ --- title: Active Object +shortTitle: Active Object category: Concurrency language: es tag: diff --git a/localization/es/acyclic-visitor/README.md b/localization/es/acyclic-visitor/README.md index 8b835f43a..a4fe5e8e6 100644 --- a/localization/es/acyclic-visitor/README.md +++ b/localization/es/acyclic-visitor/README.md @@ -1,5 +1,6 @@ --- title: Acyclic Visitor +shortTitle: Acyclic Visitor category: Behavioral language: es tag: diff --git a/localization/es/adapter/README.md b/localization/es/adapter/README.md index 0790d7220..3f8d9eb3c 100644 --- a/localization/es/adapter/README.md +++ b/localization/es/adapter/README.md @@ -1,5 +1,6 @@ --- title: Adapter +shortTitle: Adapter category: Structural language: es tag: diff --git a/localization/es/aggregator-microservices/README.md b/localization/es/aggregator-microservices/README.md index 835863efb..71d869697 100644 --- a/localization/es/aggregator-microservices/README.md +++ b/localization/es/aggregator-microservices/README.md @@ -1,5 +1,6 @@ --- title: Aggregator Microservices +shortTitle: Aggregator Microservices category: Architectural language: es tag: diff --git a/localization/es/ambassador/README.md b/localization/es/ambassador/README.md index 83601c0f2..e9510ffb0 100644 --- a/localization/es/ambassador/README.md +++ b/localization/es/ambassador/README.md @@ -1,5 +1,6 @@ --- title: Ambassador +shortTitle: Ambassador category: Structural language: es tag: diff --git a/localization/es/api-gateway/README.md b/localization/es/api-gateway/README.md index 5b6abb98a..e2a7a0024 100644 --- a/localization/es/api-gateway/README.md +++ b/localization/es/api-gateway/README.md @@ -1,5 +1,6 @@ --- title: API Gateway +shortTitle: API Gateway category: Architectural language: es tag: diff --git a/localization/es/arrange-act-assert/README.md b/localization/es/arrange-act-assert/README.md index 99ac9540e..64e75c4cb 100644 --- a/localization/es/arrange-act-assert/README.md +++ b/localization/es/arrange-act-assert/README.md @@ -1,5 +1,6 @@ --- title: Arrange/Act/Assert +shortTitle: Arrange/Act/Assert category: Idiom language: es tag: diff --git a/localization/es/async-method-invocation/README.md b/localization/es/async-method-invocation/README.md index f4b590a2f..6de9b93be 100644 --- a/localization/es/async-method-invocation/README.md +++ b/localization/es/async-method-invocation/README.md @@ -1,5 +1,6 @@ --- title: Async Method Invocation +shortTitle: Async Method Invocation category: Concurrency language: es tag: diff --git a/localization/es/balking/README.md b/localization/es/balking/README.md index e92a1d5d9..2bf1433ea 100644 --- a/localization/es/balking/README.md +++ b/localization/es/balking/README.md @@ -1,5 +1,6 @@ --- title: Balking +shortTitle: Balking category: Concurrency language: es tag: diff --git a/localization/es/bridge/README.md b/localization/es/bridge/README.md index 605340e86..e04d94225 100644 --- a/localization/es/bridge/README.md +++ b/localization/es/bridge/README.md @@ -1,5 +1,6 @@ --- title: Bridge +shortTitle: Bridge category: Structural language: es tag: diff --git a/localization/es/builder/README.md b/localization/es/builder/README.md index e931c4ca2..955b8e55d 100644 --- a/localization/es/builder/README.md +++ b/localization/es/builder/README.md @@ -1,5 +1,6 @@ --- title: Builder +shortTitle: Builder category: Creational language: es tag: diff --git a/localization/es/business-delegate/README.md b/localization/es/business-delegate/README.md index ffdfa8712..8f606c1bb 100644 --- a/localization/es/business-delegate/README.md +++ b/localization/es/business-delegate/README.md @@ -1,5 +1,6 @@ --- title: Business Delegate +shortTitle: Business Delegate category: Structural language: es tag: diff --git a/localization/es/bytecode/README.md b/localization/es/bytecode/README.md index 9558ac249..35cf357f4 100644 --- a/localization/es/bytecode/README.md +++ b/localization/es/bytecode/README.md @@ -1,5 +1,6 @@ --- title: Bytecode +shortTitle: Bytecode category: Behavioral language: es tag: diff --git a/localization/es/chain-of-responsibility/README.md b/localization/es/chain-of-responsibility/README.md index 76e0f4690..1c36af8e7 100644 --- a/localization/es/chain-of-responsibility/README.md +++ b/localization/es/chain-of-responsibility/README.md @@ -1,5 +1,6 @@ --- title: Chain of responsibility +shortTitle: Chain of responsibility category: Behavioral language: es tag: diff --git a/localization/es/client-session/README.md b/localization/es/client-session/README.md index fbb31b9e9..d032bd6db 100644 --- a/localization/es/client-session/README.md +++ b/localization/es/client-session/README.md @@ -1,5 +1,6 @@ --- title: Client Session +shortTitle: Client Session category: Behavioral language: es tags: diff --git a/localization/es/collecting-parameter/README.md b/localization/es/collecting-parameter/README.md index 7ae5456bc..b54c4ba80 100644 --- a/localization/es/collecting-parameter/README.md +++ b/localization/es/collecting-parameter/README.md @@ -1,5 +1,6 @@ --- title: Collecting Parameter +shortTitle: Collecting Parameter category: Behavioral language: es tag: diff --git a/localization/es/command/README.md b/localization/es/command/README.md index 4c824e169..a67e974d0 100644 --- a/localization/es/command/README.md +++ b/localization/es/command/README.md @@ -1,5 +1,6 @@ --- title: Command +shortTitle: Command category: Behavioral language: es tag: diff --git a/localization/es/commander/README.md b/localization/es/commander/README.md index 7a4d63bd1..c46e8e5b3 100644 --- a/localization/es/commander/README.md +++ b/localization/es/commander/README.md @@ -1,5 +1,6 @@ --- title: Commander +shortTitle: Commander category: Behavioral language: es tag: diff --git a/localization/es/composite-entity/README.md b/localization/es/composite-entity/README.md index 3edd5c5d2..d3a908312 100644 --- a/localization/es/composite-entity/README.md +++ b/localization/es/composite-entity/README.md @@ -1,5 +1,6 @@ --- title: Composite Entity +shortTitle: Composite Entity category: Structural language: es tag: diff --git a/localization/es/composite-view/README.md b/localization/es/composite-view/README.md index dfd77fade..9c178e815 100644 --- a/localization/es/composite-view/README.md +++ b/localization/es/composite-view/README.md @@ -1,5 +1,6 @@ --- title: Composite View +shortTitle: Composite View category: Structural language: es tag: diff --git a/localization/es/composite/README.md b/localization/es/composite/README.md index 1d3a40b8f..62c56e56c 100644 --- a/localization/es/composite/README.md +++ b/localization/es/composite/README.md @@ -1,5 +1,6 @@ --- title: Composite +shortTitle: Composite category: Structural language: es tag: diff --git a/localization/es/context-object/README.md b/localization/es/context-object/README.md index d723cbd85..5cc165545 100644 --- a/localization/es/context-object/README.md +++ b/localization/es/context-object/README.md @@ -1,5 +1,6 @@ --- title: Context object +shortTitle: Context object category: Creational language: es tags: diff --git a/localization/es/converter/README.md b/localization/es/converter/README.md index c346f71c2..199cd7971 100644 --- a/localization/es/converter/README.md +++ b/localization/es/converter/README.md @@ -1,5 +1,6 @@ --- title: Converter +shortTitle: Converter category: Creational language: es tag: diff --git a/localization/es/data-locality/README.md b/localization/es/data-locality/README.md index 2765b7dc7..bef09ce8b 100644 --- a/localization/es/data-locality/README.md +++ b/localization/es/data-locality/README.md @@ -1,5 +1,6 @@ --- title: Data Locality +shortTitle: Data Locality category: Behavioral language: es tag: diff --git a/localization/es/decorator/README.md b/localization/es/decorator/README.md index 6acd633aa..92bffb207 100644 --- a/localization/es/decorator/README.md +++ b/localization/es/decorator/README.md @@ -1,5 +1,6 @@ --- title: Decorator +shortTitle: Decorator category: Structural language: es tag: diff --git a/localization/es/delegation/README.md b/localization/es/delegation/README.md index cf5fe4a6f..ba128d45a 100644 --- a/localization/es/delegation/README.md +++ b/localization/es/delegation/README.md @@ -1,5 +1,6 @@ --- title: Delegation +shortTitle: Delegation category: Structural language: es tag: diff --git a/localization/es/dependency-injection/README.md b/localization/es/dependency-injection/README.md index 3bb4a9002..020e5fddb 100644 --- a/localization/es/dependency-injection/README.md +++ b/localization/es/dependency-injection/README.md @@ -1,5 +1,6 @@ --- title: Dependency Injection +shortTitle: Dependency Injection category: Creational language: es tag: diff --git a/localization/es/dirty-flag/README.md b/localization/es/dirty-flag/README.md index 2143d0902..71b9351da 100644 --- a/localization/es/dirty-flag/README.md +++ b/localization/es/dirty-flag/README.md @@ -1,5 +1,6 @@ --- title: Dirty Flag +shortTitle: Dirty Flag category: Behavioral language: es tag: diff --git a/localization/es/double-buffer/README.md b/localization/es/double-buffer/README.md index 69e8e019c..4caaf3691 100644 --- a/localization/es/double-buffer/README.md +++ b/localization/es/double-buffer/README.md @@ -1,5 +1,6 @@ --- title: Double Buffer +shortTitle: Double Buffer category: Behavioral language: es tag: diff --git a/localization/es/embedded-value/README.md b/localization/es/embedded-value/README.md index 2d3b50ff1..4c1c0700f 100644 --- a/localization/es/embedded-value/README.md +++ b/localization/es/embedded-value/README.md @@ -1,5 +1,6 @@ --- title: Embedded Value +shortTitle: Embedded Value category: Structural language: es tag: diff --git a/localization/es/event-aggregator/README.md b/localization/es/event-aggregator/README.md index c9ca4971c..83e40117d 100644 --- a/localization/es/event-aggregator/README.md +++ b/localization/es/event-aggregator/README.md @@ -1,5 +1,6 @@ --- title: Event Aggregator +shortTitle: Event Aggregator category: Structural language: es tag: diff --git a/localization/es/extension-objects/README.md b/localization/es/extension-objects/README.md index 235e63528..5e01d85c8 100644 --- a/localization/es/extension-objects/README.md +++ b/localization/es/extension-objects/README.md @@ -1,5 +1,6 @@ --- title: Extension objects +shortTitle: Extension objects category: Behavioral language: es tag: diff --git a/localization/es/facade/README.md b/localization/es/facade/README.md index f37c9fbef..75f59817a 100644 --- a/localization/es/facade/README.md +++ b/localization/es/facade/README.md @@ -1,5 +1,6 @@ --- title: Facade +shortTitle: Facade category: Structural language: es tag: diff --git a/localization/es/factory-kit/README.md b/localization/es/factory-kit/README.md index 26d8bcb14..cd5fca8f5 100644 --- a/localization/es/factory-kit/README.md +++ b/localization/es/factory-kit/README.md @@ -1,5 +1,6 @@ --- title: Factory Kit +shortTitle: Factory Kit category: Creational language: es tag: diff --git a/localization/es/factory-method/README.md b/localization/es/factory-method/README.md index 730734fbb..b4e9144ac 100644 --- a/localization/es/factory-method/README.md +++ b/localization/es/factory-method/README.md @@ -1,5 +1,6 @@ --- title: Factory Method +shortTitle: Factory Method category: Creational language: es tag: diff --git a/localization/es/factory/README.md b/localization/es/factory/README.md index 8ec8e3814..d27076e45 100644 --- a/localization/es/factory/README.md +++ b/localization/es/factory/README.md @@ -1,5 +1,6 @@ --- title: Factory +shortTitle: Factory category: Creational language: es tag: diff --git a/localization/es/feature-toggle/README.md b/localization/es/feature-toggle/README.md index 5efec3025..3e5a2134d 100644 --- a/localization/es/feature-toggle/README.md +++ b/localization/es/feature-toggle/README.md @@ -1,5 +1,6 @@ --- title: Feature Toggle +shortTitle: Feature Toggle category: Behavioral language: es tag: diff --git a/localization/es/flux/README.md b/localization/es/flux/README.md index 881677e20..c54e6b662 100644 --- a/localization/es/flux/README.md +++ b/localization/es/flux/README.md @@ -1,5 +1,6 @@ --- title: Flux +shortTitle: Flux category: Structural language: es tag: diff --git a/localization/es/flyweight/README.md b/localization/es/flyweight/README.md index c78b0bae8..8ef93943a 100644 --- a/localization/es/flyweight/README.md +++ b/localization/es/flyweight/README.md @@ -1,5 +1,6 @@ --- title: Flyweight +shortTitle: Flyweight category: Structural language: es tag: diff --git a/localization/es/front-controller/README.md b/localization/es/front-controller/README.md index ca59227ee..58997f265 100644 --- a/localization/es/front-controller/README.md +++ b/localization/es/front-controller/README.md @@ -1,5 +1,6 @@ --- title: Front Controller +shortTitle: Front Controller category: Structural language: es tag: diff --git a/localization/es/game-loop/README.md b/localization/es/game-loop/README.md index 840f718d2..3333c4bba 100644 --- a/localization/es/game-loop/README.md +++ b/localization/es/game-loop/README.md @@ -1,5 +1,6 @@ --- title: Game Loop +shortTitle: Game Loop category: Behavioral language: es tag: diff --git a/localization/es/gateway/README.md b/localization/es/gateway/README.md index adc0ac774..2bef6e4f7 100644 --- a/localization/es/gateway/README.md +++ b/localization/es/gateway/README.md @@ -1,5 +1,6 @@ --- title: Gateway +shortTitle: Gateway category: Structural language: es tag: diff --git a/localization/es/health-check/README.md b/localization/es/health-check/README.md index a599915e0..a13f67542 100644 --- a/localization/es/health-check/README.md +++ b/localization/es/health-check/README.md @@ -1,5 +1,6 @@ --- title: Health Check Pattern +shortTitle: Health Check Pattern category: Behavioral language: es tag: diff --git a/localization/es/identity-map/README.md b/localization/es/identity-map/README.md index d5715865f..8ff37811e 100644 --- a/localization/es/identity-map/README.md +++ b/localization/es/identity-map/README.md @@ -1,5 +1,6 @@ --- title: Identity Map +shortTitle: Identity Map category: Behavioral language: es tag: diff --git a/localization/es/intercepting-filter/README.md b/localization/es/intercepting-filter/README.md index ba92864ee..3322a7915 100644 --- a/localization/es/intercepting-filter/README.md +++ b/localization/es/intercepting-filter/README.md @@ -1,5 +1,6 @@ --- title: Intercepting Filter +shortTitle: Intercepting Filter category: Behavioral language: es tag: diff --git a/localization/es/interpreter/README.md b/localization/es/interpreter/README.md index f5bb3087b..a2cfacf9c 100644 --- a/localization/es/interpreter/README.md +++ b/localization/es/interpreter/README.md @@ -1,5 +1,6 @@ --- title: Interpreter +shortTitle: Interpreter category: Behavioral language: es tag: diff --git a/localization/es/iterator/README.md b/localization/es/iterator/README.md index cd98b17c7..7a9be6ef0 100644 --- a/localization/es/iterator/README.md +++ b/localization/es/iterator/README.md @@ -1,5 +1,6 @@ --- title: Iterator +shortTitle: Iterator category: Behavioral language: es tag: diff --git a/localization/es/layers/README.md b/localization/es/layers/README.md index 8fdd76ca8..f6101b077 100644 --- a/localization/es/layers/README.md +++ b/localization/es/layers/README.md @@ -1,5 +1,6 @@ --- title: Layers +shortTitle: Layers category: Architectural language: es tag: diff --git a/localization/es/lazy-loading/README.md b/localization/es/lazy-loading/README.md index 611868f33..8120732f6 100644 --- a/localization/es/lazy-loading/README.md +++ b/localization/es/lazy-loading/README.md @@ -1,5 +1,6 @@ --- title: Lazy Loading +shortTitle: Lazy Loading category: Idiom language: es tag: diff --git a/localization/es/leader-election/README.md b/localization/es/leader-election/README.md index 8a274728d..424b50731 100644 --- a/localization/es/leader-election/README.md +++ b/localization/es/leader-election/README.md @@ -1,5 +1,6 @@ --- title: Leader Election +shortTitle: Leader Election category: Behavioral language: es tag: diff --git a/localization/es/marker/README.md b/localization/es/marker/README.md index 292751803..0073f398a 100644 --- a/localization/es/marker/README.md +++ b/localization/es/marker/README.md @@ -1,5 +1,6 @@ --- title: Marker Interface +shortTitle: Marker Interface category: Structural language: es tag: diff --git a/localization/es/mediator/README.md b/localization/es/mediator/README.md index 17b2bf4e5..c70384cc9 100644 --- a/localization/es/mediator/README.md +++ b/localization/es/mediator/README.md @@ -1,5 +1,6 @@ --- title: Mediator +shortTitle: Mediator category: Behavioral language: es tag: diff --git a/localization/es/memento/README.md b/localization/es/memento/README.md index 332c95899..9b0e44ee7 100644 --- a/localization/es/memento/README.md +++ b/localization/es/memento/README.md @@ -1,5 +1,6 @@ --- title: Memento +shortTitle: Memento category: Behavioral language: es tag: diff --git a/localization/es/module/README.md b/localization/es/module/README.md index dc2e27c81..23a0452ed 100644 --- a/localization/es/module/README.md +++ b/localization/es/module/README.md @@ -1,5 +1,6 @@ --- title: Module +shortTitle: Module category: Structural language: es tag: diff --git a/localization/es/monostate/README.md b/localization/es/monostate/README.md index 5ac695e88..17a32b8be 100644 --- a/localization/es/monostate/README.md +++ b/localization/es/monostate/README.md @@ -1,5 +1,6 @@ --- title: MonoState +shortTitle: MonoState category: Creational language: es tag: diff --git a/localization/es/multiton/README.md b/localization/es/multiton/README.md index 720e31b70..032075cb9 100644 --- a/localization/es/multiton/README.md +++ b/localization/es/multiton/README.md @@ -1,5 +1,6 @@ --- title: Multiton +shortTitle: Multiton category: Creational language: es tag: diff --git a/localization/es/null-object/README.md b/localization/es/null-object/README.md index 4fde6f6b6..10196f876 100644 --- a/localization/es/null-object/README.md +++ b/localization/es/null-object/README.md @@ -1,5 +1,6 @@ --- title: Null Object +shortTitle: Null Object category: Behavioral language: es tag: diff --git a/localization/es/object-mother/README.md b/localization/es/object-mother/README.md index 8c775c13d..f9bdf69f9 100644 --- a/localization/es/object-mother/README.md +++ b/localization/es/object-mother/README.md @@ -1,5 +1,6 @@ --- title: Object Mother +shortTitle: Object Mother category: Creational language: es tag: diff --git a/localization/es/object-pool/README.md b/localization/es/object-pool/README.md index de69b1244..dfcb02b1b 100644 --- a/localization/es/object-pool/README.md +++ b/localization/es/object-pool/README.md @@ -1,5 +1,6 @@ --- title: Object Pool +shortTitle: Object Pool category: Creational language: es tag: diff --git a/localization/es/observer/README.md b/localization/es/observer/README.md index 87510a58b..2c4d09c21 100644 --- a/localization/es/observer/README.md +++ b/localization/es/observer/README.md @@ -1,5 +1,6 @@ --- title: Observer +shortTitle: Observer category: Behavioral language: en tag: diff --git a/localization/es/page-controller/README.md b/localization/es/page-controller/README.md index e4b97e5f8..1464c3dfc 100644 --- a/localization/es/page-controller/README.md +++ b/localization/es/page-controller/README.md @@ -1,5 +1,6 @@ --- title: Page Controller +shortTitle: Page Controller category: Structural language: es tags: diff --git a/localization/es/page-object/README.md b/localization/es/page-object/README.md index 74d584068..d945bfb1f 100644 --- a/localization/es/page-object/README.md +++ b/localization/es/page-object/README.md @@ -1,5 +1,6 @@ --- title: Page Object +shortTitle: Page Object category: Structural language: es tag: diff --git a/localization/es/parameter-object/README.md b/localization/es/parameter-object/README.md index e9ec81d74..73092e90b 100644 --- a/localization/es/parameter-object/README.md +++ b/localization/es/parameter-object/README.md @@ -1,5 +1,6 @@ --- title: Parameter Object +shortTitle: Parameter Object category: Behavioral language: es tag: diff --git a/localization/es/partial-response/README.md b/localization/es/partial-response/README.md index 22bb58d18..78cd9ce6d 100644 --- a/localization/es/partial-response/README.md +++ b/localization/es/partial-response/README.md @@ -1,5 +1,6 @@ --- title: Partial Response +shortTitle: Partial Response category: Behavioral language: es tag: diff --git a/localization/es/pipeline/README.md b/localization/es/pipeline/README.md index 55706dcd6..f50a9ab1c 100644 --- a/localization/es/pipeline/README.md +++ b/localization/es/pipeline/README.md @@ -1,5 +1,6 @@ --- title: Pipeline +shortTitle: Pipeline category: Behavioral language: es tag: diff --git a/localization/es/poison-pill/README.md b/localization/es/poison-pill/README.md index 3d1fd3322..6a71cb670 100644 --- a/localization/es/poison-pill/README.md +++ b/localization/es/poison-pill/README.md @@ -1,5 +1,6 @@ --- title: Poison Pill +shortTitle: Poison Pill category: Behavioral language: es tag: diff --git a/localization/es/presentation-model/README.md b/localization/es/presentation-model/README.md index 9b3d04c43..fd88a8662 100644 --- a/localization/es/presentation-model/README.md +++ b/localization/es/presentation-model/README.md @@ -1,5 +1,6 @@ --- title: Presentation Model +shortTitle: Presentation Model category: Behavioral language: es tag: diff --git a/localization/es/priority-queue/README.md b/localization/es/priority-queue/README.md index d0aa8e4a9..125f2a0ab 100644 --- a/localization/es/priority-queue/README.md +++ b/localization/es/priority-queue/README.md @@ -1,5 +1,6 @@ --- title: Priority Queue Pattern +shortTitle: Priority Queue Pattern category: Behavioral language: es tag: diff --git a/localization/es/property/README.md b/localization/es/property/README.md index 8ae418223..9c0d461d5 100644 --- a/localization/es/property/README.md +++ b/localization/es/property/README.md @@ -1,5 +1,6 @@ --- title: Property +shortTitle: Property category: Creational language: es tag: diff --git a/localization/es/prototype/README.md b/localization/es/prototype/README.md index 10e8ade75..c5d11d290 100644 --- a/localization/es/prototype/README.md +++ b/localization/es/prototype/README.md @@ -1,5 +1,6 @@ --- title: Prototype +shortTitle: Prototype category: Creational language: es tag: diff --git a/localization/es/proxy/README.md b/localization/es/proxy/README.md index c5745af32..1435a3732 100644 --- a/localization/es/proxy/README.md +++ b/localization/es/proxy/README.md @@ -1,5 +1,6 @@ --- title: Proxy +shortTitle: Proxy category: Structural language: es tag: diff --git a/localization/es/registry/README.md b/localization/es/registry/README.md index c662efbff..2af1eb143 100644 --- a/localization/es/registry/README.md +++ b/localization/es/registry/README.md @@ -1,5 +1,6 @@ --- title: Registry +shortTitle: Registry category: Creational language: es tag: diff --git a/localization/es/retry/README.md b/localization/es/retry/README.md index 2db84454a..ddb4b39d1 100644 --- a/localization/es/retry/README.md +++ b/localization/es/retry/README.md @@ -1,5 +1,6 @@ --- title: Retry +shortTitle: Retry category: Behavioral language: es tag: diff --git a/localization/es/role-object/README.md b/localization/es/role-object/README.md index f23dbf329..81f1f85a6 100644 --- a/localization/es/role-object/README.md +++ b/localization/es/role-object/README.md @@ -1,5 +1,6 @@ --- title: Role Object +shortTitle: Role Object category: Structural language: es tag: diff --git a/localization/es/separated-interface/README.md b/localization/es/separated-interface/README.md index d65b7440e..ca692c766 100644 --- a/localization/es/separated-interface/README.md +++ b/localization/es/separated-interface/README.md @@ -1,5 +1,6 @@ --- title: Separated Interface +shortTitle: Separated Interface category: Structural language: es tag: diff --git a/localization/es/servant/README.md b/localization/es/servant/README.md index 97b18456d..76b4026a2 100644 --- a/localization/es/servant/README.md +++ b/localization/es/servant/README.md @@ -1,5 +1,6 @@ --- title: Servant +shortTitle: Servant category: Behavioral language: es tag: diff --git a/localization/es/sharding/README.md b/localization/es/sharding/README.md index 36cfa424f..7a7235f64 100644 --- a/localization/es/sharding/README.md +++ b/localization/es/sharding/README.md @@ -1,5 +1,6 @@ --- title: Sharding +shortTitle: Sharding category: Behavioral language: es tag: diff --git a/localization/es/single-table-inheritance/README.md b/localization/es/single-table-inheritance/README.md index 35772bb63..7e9ea9f60 100644 --- a/localization/es/single-table-inheritance/README.md +++ b/localization/es/single-table-inheritance/README.md @@ -1,5 +1,6 @@ --- title: Single Table Inheritance Pattern +shortTitle: Single Table Inheritance Pattern category: Structural language: es tag: diff --git a/localization/es/singleton/README.md b/localization/es/singleton/README.md index bf4f04b0b..0ef6c558d 100644 --- a/localization/es/singleton/README.md +++ b/localization/es/singleton/README.md @@ -1,5 +1,6 @@ --- title: Singleton +shortTitle: Singleton category: Creational language: es tag: diff --git a/localization/es/spatial-partition/README.md b/localization/es/spatial-partition/README.md index c88c9f2b2..85fcb1dda 100644 --- a/localization/es/spatial-partition/README.md +++ b/localization/es/spatial-partition/README.md @@ -1,5 +1,6 @@ --- title: Spatial Partition +shortTitle: Spatial Partition category: Behavioral language: es tag: diff --git a/localization/es/special-case/README.md b/localization/es/special-case/README.md index 36d827795..94ffe6ba5 100644 --- a/localization/es/special-case/README.md +++ b/localization/es/special-case/README.md @@ -1,5 +1,6 @@ --- title: Special Case +shortTitle: Special Case category: Behavioral language: es tag: diff --git a/localization/es/specification/README.md b/localization/es/specification/README.md index 705dfbeba..6a5bf7fd7 100644 --- a/localization/es/specification/README.md +++ b/localization/es/specification/README.md @@ -1,5 +1,6 @@ --- title: Specification +shortTitle: Specification category: Behavioral language: es tag: diff --git a/localization/es/state/README.md b/localization/es/state/README.md index d84a0fe2e..b366d714c 100644 --- a/localization/es/state/README.md +++ b/localization/es/state/README.md @@ -1,5 +1,6 @@ --- title: State +shortTitle: State category: Behavioral language: es tag: diff --git a/localization/es/step-builder/README.md b/localization/es/step-builder/README.md index 73dcf4674..0b844713d 100644 --- a/localization/es/step-builder/README.md +++ b/localization/es/step-builder/README.md @@ -1,5 +1,6 @@ --- title: Step Builder +shortTitle: Step Builder category: Creational language: es tag: diff --git a/localization/es/strangler/README.md b/localization/es/strangler/README.md index 8d02fb6bc..89a5520b6 100644 --- a/localization/es/strangler/README.md +++ b/localization/es/strangler/README.md @@ -1,5 +1,6 @@ --- title: Strangler +shortTitle: Strangler category: Structural language: es tag: diff --git a/localization/es/strategy/README.md b/localization/es/strategy/README.md index c27037aff..5c04764f4 100644 --- a/localization/es/strategy/README.md +++ b/localization/es/strategy/README.md @@ -1,5 +1,6 @@ --- title: Strategy +shortTitle: Strategy category: Behavioral language: es tag: diff --git a/localization/es/subclass-sandbox/README.md b/localization/es/subclass-sandbox/README.md index efc97b9e6..4ad6d802d 100644 --- a/localization/es/subclass-sandbox/README.md +++ b/localization/es/subclass-sandbox/README.md @@ -1,5 +1,6 @@ --- title: Subclass Sandbox +shortTitle: Subclass Sandbox category: Behavioral language: es tag: diff --git a/localization/es/table-module/README.md b/localization/es/table-module/README.md index 79af28f2b..a7320e983 100644 --- a/localization/es/table-module/README.md +++ b/localization/es/table-module/README.md @@ -1,5 +1,6 @@ --- title: Table Module +shortTitle: Table Module category: Structural language: es tag: diff --git a/localization/es/template-method/README.md b/localization/es/template-method/README.md index bb427d125..2797f54a0 100644 --- a/localization/es/template-method/README.md +++ b/localization/es/template-method/README.md @@ -1,5 +1,6 @@ --- title: Template method +shortTitle: Template method category: Behavioral language: es tag: diff --git a/localization/es/throttling/README.md b/localization/es/throttling/README.md index d6612caba..a69039b42 100644 --- a/localization/es/throttling/README.md +++ b/localization/es/throttling/README.md @@ -1,5 +1,6 @@ --- title: Throttling +shortTitle: Throttling category: Behavioral language: es tag: diff --git a/localization/es/trampoline/README.md b/localization/es/trampoline/README.md index 11270760a..8e4e43ec7 100644 --- a/localization/es/trampoline/README.md +++ b/localization/es/trampoline/README.md @@ -1,5 +1,6 @@ --- title: Trampoline +shortTitle: Trampoline category: Behavioral language: es tag: diff --git a/localization/es/transaction-script/README.md b/localization/es/transaction-script/README.md index 77cf8a2f1..1ecb005ff 100644 --- a/localization/es/transaction-script/README.md +++ b/localization/es/transaction-script/README.md @@ -1,5 +1,6 @@ --- title: Transaction Script +shortTitle: Transaction Script category: Behavioral language: es tag: diff --git a/localization/es/twin/README.md b/localization/es/twin/README.md index 9e614e1bf..7fa93f8a6 100644 --- a/localization/es/twin/README.md +++ b/localization/es/twin/README.md @@ -1,5 +1,6 @@ --- title: Twin +shortTitle: Twin category: Structural language: es tag: diff --git a/localization/es/typeobjectpattern/README.md b/localization/es/typeobjectpattern/README.md index 3c5d1d518..9d59f8c1a 100644 --- a/localization/es/typeobjectpattern/README.md +++ b/localization/es/typeobjectpattern/README.md @@ -1,5 +1,6 @@ --- title: Type-Object +shortTitle: Type-Object category: Behavioral language: es tag: diff --git a/localization/es/update-method/README.md b/localization/es/update-method/README.md index eb3b63fd5..60d48081f 100644 --- a/localization/es/update-method/README.md +++ b/localization/es/update-method/README.md @@ -1,5 +1,6 @@ --- title: Update Method +shortTitle: Update Method category: Behavioral language: es tag: diff --git a/localization/es/value-object/README.md b/localization/es/value-object/README.md index f53050f57..6fcc616e6 100644 --- a/localization/es/value-object/README.md +++ b/localization/es/value-object/README.md @@ -1,5 +1,6 @@ --- title: Value Object +shortTitle: Value Object category: Creational language: es tag: diff --git a/localization/es/visitor/README.md b/localization/es/visitor/README.md index 4979b2ccb..e79f21122 100644 --- a/localization/es/visitor/README.md +++ b/localization/es/visitor/README.md @@ -1,5 +1,6 @@ --- title: Visitor +shortTitle: Visitor category: Behavioral language: es tag: diff --git a/localization/ko/adapter/README.md b/localization/ko/adapter/README.md index 9e9bd30c3..0b8201b56 100644 --- a/localization/ko/adapter/README.md +++ b/localization/ko/adapter/README.md @@ -1,5 +1,6 @@ --- title: Adapter +shortTitle: Adapter category: Structural language: ko tag: diff --git a/localization/ko/builder/README.md b/localization/ko/builder/README.md index bce0841a1..6189c74fb 100644 --- a/localization/ko/builder/README.md +++ b/localization/ko/builder/README.md @@ -1,5 +1,6 @@ --- title: Builder +shortTitle: Builder category: Creational language: ko tag: diff --git a/localization/ko/callback/README.md b/localization/ko/callback/README.md index b11c6dea6..caaa4a398 100644 --- a/localization/ko/callback/README.md +++ b/localization/ko/callback/README.md @@ -1,5 +1,6 @@ --- title: Callback +shortTitle: Callback category: Idiom language: ko tag: diff --git a/localization/ko/decorater/README.md b/localization/ko/decorater/README.md index c68a6d1f9..5a21841fb 100644 --- a/localization/ko/decorater/README.md +++ b/localization/ko/decorater/README.md @@ -1,5 +1,6 @@ --- title: Decorator +shortTitle: Decorator category: Structural language: en tag: diff --git a/localization/ko/event-driven-architecture/README.md b/localization/ko/event-driven-architecture/README.md index 0296076db..88f5a395c 100644 --- a/localization/ko/event-driven-architecture/README.md +++ b/localization/ko/event-driven-architecture/README.md @@ -1,5 +1,6 @@ --- title: Event Driven Architecture +shortTitle: Event Driven Architecture category: Architectural language: ko tag: diff --git a/localization/ko/event-sourcing/README.md b/localization/ko/event-sourcing/README.md index 1d3bd5840..e71882970 100644 --- a/localization/ko/event-sourcing/README.md +++ b/localization/ko/event-sourcing/README.md @@ -1,5 +1,6 @@ --- title: Event Sourcing +shortTitle: Event Sourcing category: Architectural language: ko tag: diff --git a/localization/ko/facade/README.md b/localization/ko/facade/README.md index 57f7ffed4..5ab53835a 100644 --- a/localization/ko/facade/README.md +++ b/localization/ko/facade/README.md @@ -1,5 +1,6 @@ --- title: Facade +shortTitle: Facade category: Structural language: ko tag: diff --git a/localization/ko/factory/README.md b/localization/ko/factory/README.md index 25bac7ae8..48d126195 100644 --- a/localization/ko/factory/README.md +++ b/localization/ko/factory/README.md @@ -1,5 +1,6 @@ --- title: Factory +shortTitle: Factory category: Creational language: ko tag: diff --git a/localization/ko/iterator/README.md b/localization/ko/iterator/README.md index 480c50fe5..fdf662efb 100644 --- a/localization/ko/iterator/README.md +++ b/localization/ko/iterator/README.md @@ -1,5 +1,6 @@ --- title: Iterator +shortTitle: Iterator categories: Behavioral language: ko tag: diff --git a/localization/ko/observer/README.md b/localization/ko/observer/README.md index b2fb7977e..983d6f6fb 100644 --- a/localization/ko/observer/README.md +++ b/localization/ko/observer/README.md @@ -1,5 +1,6 @@ --- title: Observer +shortTitle: Observer category: Behavioral language: ko tag: diff --git a/localization/ko/prototype/README.md b/localization/ko/prototype/README.md index a993d23a7..498ce4c21 100644 --- a/localization/ko/prototype/README.md +++ b/localization/ko/prototype/README.md @@ -1,5 +1,6 @@ --- title: Prototype +shortTitle: Prototype category: Creational language: ko tag: diff --git a/localization/ko/proxy/README.md b/localization/ko/proxy/README.md index 77b2b2607..0b371ac1d 100644 --- a/localization/ko/proxy/README.md +++ b/localization/ko/proxy/README.md @@ -1,5 +1,6 @@ --- title: Proxy +shortTitle: Proxy category: Structural language: ko tag: diff --git a/localization/ko/singleton/README.md b/localization/ko/singleton/README.md index 35e56e648..2b5c8502a 100644 --- a/localization/ko/singleton/README.md +++ b/localization/ko/singleton/README.md @@ -1,5 +1,6 @@ --- title: Singleton +shortTitle: Singleton category: Creational language: ko tag: diff --git a/localization/ko/strategy/README.md b/localization/ko/strategy/README.md index 93d737868..e445fa91d 100644 --- a/localization/ko/strategy/README.md +++ b/localization/ko/strategy/README.md @@ -1,5 +1,6 @@ --- title: Strategy +shortTitle: Strategy category: Behavioral language: ko tag: diff --git a/localization/ko/template-method/README.md b/localization/ko/template-method/README.md index 6a4650861..d2dbde0a0 100644 --- a/localization/ko/template-method/README.md +++ b/localization/ko/template-method/README.md @@ -1,5 +1,6 @@ --- title: Template Method +shortTitle: Template Method category: Behavioral language: ko tag: diff --git a/localization/ko/visitor/README.md b/localization/ko/visitor/README.md index c533b0a2f..6b8408c3f 100644 --- a/localization/ko/visitor/README.md +++ b/localization/ko/visitor/README.md @@ -1,5 +1,6 @@ --- title: Visitor +shortTitle: Visitor category: Behavioral language: ko tag: