mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 14:58:39 +00:00
fix: add shortTitle to es and ko localization readmes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Abstract Document
|
||||
shortTitle: Abstract Document
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Abstract Factory
|
||||
shortTitle: Abstract Factory
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Active Object
|
||||
shortTitle: Active Object
|
||||
category: Concurrency
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Acyclic Visitor
|
||||
shortTitle: Acyclic Visitor
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Adapter
|
||||
shortTitle: Adapter
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Aggregator Microservices
|
||||
shortTitle: Aggregator Microservices
|
||||
category: Architectural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Ambassador
|
||||
shortTitle: Ambassador
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: API Gateway
|
||||
shortTitle: API Gateway
|
||||
category: Architectural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Arrange/Act/Assert
|
||||
shortTitle: Arrange/Act/Assert
|
||||
category: Idiom
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Async Method Invocation
|
||||
shortTitle: Async Method Invocation
|
||||
category: Concurrency
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Balking
|
||||
shortTitle: Balking
|
||||
category: Concurrency
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Bridge
|
||||
shortTitle: Bridge
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Builder
|
||||
shortTitle: Builder
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Business Delegate
|
||||
shortTitle: Business Delegate
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Bytecode
|
||||
shortTitle: Bytecode
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Chain of responsibility
|
||||
shortTitle: Chain of responsibility
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Client Session
|
||||
shortTitle: Client Session
|
||||
category: Behavioral
|
||||
language: es
|
||||
tags:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Collecting Parameter
|
||||
shortTitle: Collecting Parameter
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Command
|
||||
shortTitle: Command
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Commander
|
||||
shortTitle: Commander
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Composite Entity
|
||||
shortTitle: Composite Entity
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Composite View
|
||||
shortTitle: Composite View
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Composite
|
||||
shortTitle: Composite
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Context object
|
||||
shortTitle: Context object
|
||||
category: Creational
|
||||
language: es
|
||||
tags:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Converter
|
||||
shortTitle: Converter
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Data Locality
|
||||
shortTitle: Data Locality
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Decorator
|
||||
shortTitle: Decorator
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Delegation
|
||||
shortTitle: Delegation
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Dependency Injection
|
||||
shortTitle: Dependency Injection
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Dirty Flag
|
||||
shortTitle: Dirty Flag
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Double Buffer
|
||||
shortTitle: Double Buffer
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Embedded Value
|
||||
shortTitle: Embedded Value
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Event Aggregator
|
||||
shortTitle: Event Aggregator
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Extension objects
|
||||
shortTitle: Extension objects
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Facade
|
||||
shortTitle: Facade
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Factory Kit
|
||||
shortTitle: Factory Kit
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Factory Method
|
||||
shortTitle: Factory Method
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Factory
|
||||
shortTitle: Factory
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Feature Toggle
|
||||
shortTitle: Feature Toggle
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Flux
|
||||
shortTitle: Flux
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Flyweight
|
||||
shortTitle: Flyweight
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Front Controller
|
||||
shortTitle: Front Controller
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Game Loop
|
||||
shortTitle: Game Loop
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Gateway
|
||||
shortTitle: Gateway
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Health Check Pattern
|
||||
shortTitle: Health Check Pattern
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Identity Map
|
||||
shortTitle: Identity Map
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Intercepting Filter
|
||||
shortTitle: Intercepting Filter
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Interpreter
|
||||
shortTitle: Interpreter
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Iterator
|
||||
shortTitle: Iterator
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Layers
|
||||
shortTitle: Layers
|
||||
category: Architectural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Lazy Loading
|
||||
shortTitle: Lazy Loading
|
||||
category: Idiom
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Leader Election
|
||||
shortTitle: Leader Election
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Marker Interface
|
||||
shortTitle: Marker Interface
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Mediator
|
||||
shortTitle: Mediator
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Memento
|
||||
shortTitle: Memento
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Module
|
||||
shortTitle: Module
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: MonoState
|
||||
shortTitle: MonoState
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Multiton
|
||||
shortTitle: Multiton
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Null Object
|
||||
shortTitle: Null Object
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Object Mother
|
||||
shortTitle: Object Mother
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Object Pool
|
||||
shortTitle: Object Pool
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Observer
|
||||
shortTitle: Observer
|
||||
category: Behavioral
|
||||
language: en
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Page Controller
|
||||
shortTitle: Page Controller
|
||||
category: Structural
|
||||
language: es
|
||||
tags:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Page Object
|
||||
shortTitle: Page Object
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Parameter Object
|
||||
shortTitle: Parameter Object
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Partial Response
|
||||
shortTitle: Partial Response
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Pipeline
|
||||
shortTitle: Pipeline
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Poison Pill
|
||||
shortTitle: Poison Pill
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Presentation Model
|
||||
shortTitle: Presentation Model
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Priority Queue Pattern
|
||||
shortTitle: Priority Queue Pattern
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Property
|
||||
shortTitle: Property
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Prototype
|
||||
shortTitle: Prototype
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Proxy
|
||||
shortTitle: Proxy
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Registry
|
||||
shortTitle: Registry
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Retry
|
||||
shortTitle: Retry
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Role Object
|
||||
shortTitle: Role Object
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Separated Interface
|
||||
shortTitle: Separated Interface
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Servant
|
||||
shortTitle: Servant
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Sharding
|
||||
shortTitle: Sharding
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Single Table Inheritance Pattern
|
||||
shortTitle: Single Table Inheritance Pattern
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Singleton
|
||||
shortTitle: Singleton
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Spatial Partition
|
||||
shortTitle: Spatial Partition
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Special Case
|
||||
shortTitle: Special Case
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Specification
|
||||
shortTitle: Specification
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: State
|
||||
shortTitle: State
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Step Builder
|
||||
shortTitle: Step Builder
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Strangler
|
||||
shortTitle: Strangler
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Strategy
|
||||
shortTitle: Strategy
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Subclass Sandbox
|
||||
shortTitle: Subclass Sandbox
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Table Module
|
||||
shortTitle: Table Module
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Template method
|
||||
shortTitle: Template method
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Throttling
|
||||
shortTitle: Throttling
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Trampoline
|
||||
shortTitle: Trampoline
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Transaction Script
|
||||
shortTitle: Transaction Script
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Twin
|
||||
shortTitle: Twin
|
||||
category: Structural
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Type-Object
|
||||
shortTitle: Type-Object
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Update Method
|
||||
shortTitle: Update Method
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Value Object
|
||||
shortTitle: Value Object
|
||||
category: Creational
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Visitor
|
||||
shortTitle: Visitor
|
||||
category: Behavioral
|
||||
language: es
|
||||
tag:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Adapter
|
||||
shortTitle: Adapter
|
||||
category: Structural
|
||||
language: ko
|
||||
tag:
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user