diff options
author | Adam <adam@adambard.com> | 2013-08-12 09:53:40 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-08-12 09:53:40 -0700 |
commit | bd48b7062c51aff7d27114326f64fde505cea49c (patch) | |
tree | 1e1c34f3b9c4160325485d1cb3bd8ff8c8e9a06a /es-es | |
parent | ad621beb737a9f5086c14a16258236b74b3e7b06 (diff) |
Updated translation filenames to prevent collisions
Diffstat (limited to 'es-es')
-rw-r--r-- | es-es/c-es.html.markdown | 2 | ||||
-rw-r--r-- | es-es/elisp-es.html.markdown | 2 | ||||
-rw-r--r-- | es-es/java-es.html.markdown | 2 | ||||
-rw-r--r-- | es-es/python-es.html.markdown | 2 | ||||
-rw-r--r-- | es-es/ruby-es.html.markdown | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/es-es/c-es.html.markdown b/es-es/c-es.html.markdown index 0624f4be..b109f761 100644 --- a/es-es/c-es.html.markdown +++ b/es-es/c-es.html.markdown @@ -1,6 +1,6 @@ --- language: c -filename: learnc.c +filename: learnc-es.c contributors: - ["Adam Bard", "http://adambard.com/"] translators: diff --git a/es-es/elisp-es.html.markdown b/es-es/elisp-es.html.markdown index 431ea794..a6cd3934 100644 --- a/es-es/elisp-es.html.markdown +++ b/es-es/elisp-es.html.markdown @@ -5,7 +5,7 @@ contributors: translators: - ["Guillermo Vayá", "http://willyfrog.es"] lang: es-es -filename: learn-emacs-lisp.el +filename: learn-emacs-lisp-es.el --- ```scheme diff --git a/es-es/java-es.html.markdown b/es-es/java-es.html.markdown index 90a43935..b34dca8d 100644 --- a/es-es/java-es.html.markdown +++ b/es-es/java-es.html.markdown @@ -5,7 +5,7 @@ contributors: translators: - ["Camilo Garrido", "http://www.twitter.com/hirohope"] lang: es-es -filename: LearnJava.java +filename: LearnJava-es.java --- Java es un lenguage de programación de propósito general, concurrente, basado en clases y diff --git a/es-es/python-es.html.markdown b/es-es/python-es.html.markdown index 1ec8d7e4..f92f5cde 100644 --- a/es-es/python-es.html.markdown +++ b/es-es/python-es.html.markdown @@ -5,7 +5,7 @@ contributors: translators: - ["Camilo Garrido", "http://www.twitter.com/hirohope"] lang: es-es -filename: learnpython.py +filename: learnpython-es.py --- Python fue creado por Guido Van Rossum en el principio de los 90'. Ahora es uno diff --git a/es-es/ruby-es.html.markdown b/es-es/ruby-es.html.markdown index fa039676..66a5d0fe 100644 --- a/es-es/ruby-es.html.markdown +++ b/es-es/ruby-es.html.markdown @@ -1,6 +1,6 @@ --- language: ruby -filename: learnruby.rb +filename: learnruby-es.rb contributors: - ["David Underwood", "http://theflyingdeveloper.com"] - ["Joel Walden", "http://joelwalden.net"] |