update all .po files

This commit is contained in:
shangguokan
2016-06-04 01:16:55 +02:00
parent 78fabf6cf3
commit 557ac019b1
48 changed files with 2024 additions and 442 deletions

View File

@@ -1,5 +1,5 @@
`Flyweight`__
==========
=============
Purpose
-------

View File

@@ -12,5 +12,6 @@ entities.
* [DependencyInjection](DependencyInjection) [:notebook:](http://en.wikipedia.org/wiki/Dependency_injection)
* [Facade](Facade) [:notebook:](http://en.wikipedia.org/wiki/Facade_pattern)
* [FluentInterface](FluentInterface) [:notebook:](http://en.wikipedia.org/wiki/Fluent_interface)
* [Flyweight](Flyweight) [:notebook:](https://en.wikipedia.org/wiki/Flyweight_pattern)
* [Proxy](Proxy) [:notebook:](http://en.wikipedia.org/wiki/Proxy_pattern)
* [Registry](Registry) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern)

View File

@@ -16,6 +16,7 @@ relationships between entities.
DependencyInjection/README
Facade/README
FluentInterface/README
Flyweight/README
Proxy/README
Registry/README