You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shared/resources/lang/en/common.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@
4
4
5
5
// ───── About framework ───────────────────────────────────
6
6
'description' => 'Very fast and extremely simple, next generation PHP MVC framework with modular structure.',
7
-
'about_framework' => 'Quantum is a free, open-source PHP web framework under MIT license...',
7
+
'about_framework' => 'Quantum is a free, open-source PHP web framework under MIT license, specially designed to develop very fast web applications with modular structure. With Quantum it’s easy to start any kind of project immediately, whether it\'s regular websites or complex API based service, at the same time it allows to keep the code clean, organized through all the development process.',
Copy file name to clipboardExpand all lines: shared/resources/lang/es/common.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@
4
4
5
5
// ───── About framework ───────────────────────────────────
6
6
'description' => 'Framework MVC en PHP de nueva generación, muy rápido y extremadamente simple, con una estructura modular.',
7
-
'about_framework' => 'Quantum es un framework web en PHP gratuito y de código abierto bajo la licencia MIT...',
7
+
'about_framework' => 'Quantum es un framework web PHP gratuito y de código abierto bajo la licencia MIT, diseñado especialmente para desarrollar aplicaciones web muy rápidas con una estructura modular. Con Quantum es fácil iniciar de inmediato cualquier tipo de proyecto, ya sean sitios web tradicionales o servicios complejos basados en API, y al mismo tiempo permite mantener el código limpio y organizado durante todo el proceso de desarrollo.',
8
8
'version' => 'Versión',
9
9
'current_version' => 'La versión actual es: {%1}',
0 commit comments