From 65938c0533eb9b2b84cc8c62d2279e7004918084 Mon Sep 17 00:00:00 2001 From: mrtheyann Date: Sun, 7 Jul 2019 21:25:17 +0500 Subject: [PATCH] Update translations list --- README.md | 1 + translations/README-cn.md | 1 + translations/README-es.md | 1 + translations/README-fr.md | 1 + translations/README-gr.md | 1 + translations/README-hu.md | 1 + translations/README-ja.md | 1 + translations/README-ko.md | 1 + translations/README-pl.md | 1 + translations/README-pt_BR.md | 1 + translations/README-tr.md | 1 + translations/README-zh-simple.md | 1 + 12 files changed, 12 insertions(+) diff --git a/README.md b/README.md index b83683f..94b44d0 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ * [Greek](translations/README-gr.md) * [Magyar](translations/README-hu.md) * [Polish](translations/README-pl.md) +* [Русский](translations/README-ru.md) ## What is Regular Expression? diff --git a/translations/README-cn.md b/translations/README-cn.md index 0513841..ac37504 100644 --- a/translations/README-cn.md +++ b/translations/README-cn.md @@ -28,6 +28,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## 什么是正则表达式? diff --git a/translations/README-es.md b/translations/README-es.md index f059dc6..d12f234 100644 --- a/translations/README-es.md +++ b/translations/README-es.md @@ -28,6 +28,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## Qué es una expresión regular? > Una expresión regular es un grupo de caracteres o símbolos, los cuales son usados para buscar un patrón específico dentro de un texto. diff --git a/translations/README-fr.md b/translations/README-fr.md index 66caacc..ab245d9 100644 --- a/translations/README-fr.md +++ b/translations/README-fr.md @@ -28,6 +28,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## Qu'est-ce qu'une expression régulière? diff --git a/translations/README-gr.md b/translations/README-gr.md index 42c133b..a59eec5 100644 --- a/translations/README-gr.md +++ b/translations/README-gr.md @@ -28,6 +28,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## Τι είναι μια Κανονική Έκφραση (Regular Expression); diff --git a/translations/README-hu.md b/translations/README-hu.md index cc43367..ffed4db 100644 --- a/translations/README-hu.md +++ b/translations/README-hu.md @@ -28,6 +28,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## Mi az a reguláris kifejezés? diff --git a/translations/README-ja.md b/translations/README-ja.md index 4675635..e59a73b 100644 --- a/translations/README-ja.md +++ b/translations/README-ja.md @@ -28,6 +28,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## 正規表現とは diff --git a/translations/README-ko.md b/translations/README-ko.md index d75a5c5..80e3a04 100644 --- a/translations/README-ko.md +++ b/translations/README-ko.md @@ -28,6 +28,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## 정규표현식이란 무엇인가? diff --git a/translations/README-pl.md b/translations/README-pl.md index f9104d5..a0cc5a7 100644 --- a/translations/README-pl.md +++ b/translations/README-pl.md @@ -28,6 +28,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## Co to jest wyrażenie regularne? diff --git a/translations/README-pt_BR.md b/translations/README-pt_BR.md index a8e2f61..1aaf7a4 100644 --- a/translations/README-pt_BR.md +++ b/translations/README-pt_BR.md @@ -28,6 +28,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## O que é uma Expressão Regular? diff --git a/translations/README-tr.md b/translations/README-tr.md index cc21877..094456d 100644 --- a/translations/README-tr.md +++ b/translations/README-tr.md @@ -28,6 +28,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## Düzenli İfade Nedir? diff --git a/translations/README-zh-simple.md b/translations/README-zh-simple.md index 4f60ecc..ee33936 100644 --- a/translations/README-zh-simple.md +++ b/translations/README-zh-simple.md @@ -27,6 +27,7 @@ * [Greek](../translations/README-gr.md) * [Magyar](../translations/README-hu.md) * [Polish](../translations/README-pl.md) +* [Русский](translations/README-ru.md) ## 什么是正则表达式?