emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] ox.el: Add missing polish translations in export dictionary
@ 2020-11-01 16:51 Karol Wójcik via General discussions about Org-mode.
  2020-11-06  5:54 ` Kyle Meyer
  0 siblings, 1 reply; 2+ messages in thread
From: Karol Wójcik via General discussions about Org-mode. @ 2020-11-01 16:51 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 294 bytes --]

Hi All,

This patch is just a quick addition to export dictionary for polish language. Things which were translated:

- Continued from previous page -> Ciąg dalszy poprzedniej strony
- Continued on next page-> Kontynuacja na następnej stronie

Let me know if it's ok.

Karol Wójcik

[-- Attachment #1.2: Type: text/html, Size: 520 bytes --]

[-- Attachment #2: 0001-ox.el-Add-missing-polish-translations-in-export-dict.patch --]
[-- Type: text/x-patch, Size: 1680 bytes --]

From 0e3f6184ccf034902f66ea7d73eb82e372cfe7ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karol=20W=C3=B3jcik?= <karol.wojcik@tuta.io>
Date: Sun, 1 Nov 2020 17:41:50 +0100
Subject: [PATCH] ox.el: Add missing polish translations in export dictionary
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

TINYCHANGE

Signed-off-by: Karol Wójcik <karol.wojcik@tuta.io>
---
 lisp/ox.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/ox.el b/lisp/ox.el
index 5ffd66816..79ccfde32 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -5757,6 +5757,7 @@ them."
      ("it" :default "Continua da pagina precedente")
      ("ja" :default "前ページからの続き")
      ("nl" :default "Vervolg van vorige pagina")
+     ("pl" :default "Ciąg dalszy poprzedniej strony")
      ("pt" :default "Continuação da página anterior")
      ("pt_BR" :html "Continua&ccedil;&atilde;o da p&aacute;gina anterior" :ascii "Continuacao da pagina anterior" :default "Continuação da página anterior")
      ("ro" :default "Continuare de pe pagina precedentă")
@@ -5772,6 +5773,7 @@ them."
      ("it" :default "Continua alla pagina successiva")
      ("ja" :default "次ページに続く")
      ("nl" :default "Vervolg op volgende pagina")
+     ("pl" :default "Kontynuacja na następnej stronie")
      ("pt" :default "Continua na página seguinte")
      ("pt_BR" :html "Continua na pr&oacute;xima p&aacute;gina" :ascii "Continua na proxima pagina" :default "Continua na próxima página")
      ("ro" :default "Continuare pe pagina următoare")

base-commit: 2b3bbf361813ee9082d17dc86a77a8b8b87848af
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ox.el: Add missing polish translations in export dictionary
  2020-11-01 16:51 [PATCH] ox.el: Add missing polish translations in export dictionary Karol Wójcik via General discussions about Org-mode.
@ 2020-11-06  5:54 ` Kyle Meyer
  0 siblings, 0 replies; 2+ messages in thread
From: Kyle Meyer @ 2020-11-06  5:54 UTC (permalink / raw)
  To: Karol Wójcik; +Cc: emacs-orgmode

Karol Wójcik via "General discussions about Org-mode." writes:

> Hi All,
>
> This patch is just a quick addition to export dictionary for polish language. Things which were translated:
>
> - Continued from previous page -> Ciąg dalszy poprzedniej strony
> - Continued on next page-> Kontynuacja na następnej stronie
>
> Let me know if it's ok.

Thanks.  Applied (93325df0b), tacking on a changelog entry to the commit
message.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-06  5:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-01 16:51 [PATCH] ox.el: Add missing polish translations in export dictionary Karol Wójcik via General discussions about Org-mode.
2020-11-06  5:54 ` Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).