From ff0951418e0c4355ac0235a0ea283f61f9462a3d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 10 Nov 2021 13:48:18 -0500 Subject: rb file headers change, org-mode tangle whitespace issue --- org/i18n.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'org/i18n.org') diff --git a/org/i18n.org b/org/i18n.org index 99763f30..3c9d76e6 100644 --- a/org/i18n.org +++ b/org/i18n.org @@ -20,7 +20,7 @@ ** i18n.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/i18n.rb" -# <> +<> module SiSU_i18n @@language_table,@@language_list=nil,nil class Languages @@ -303,7 +303,7 @@ __END__ * prog_text_translation.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/prog_text_translation.rb" -# <> +<> module SiSU_Translate require_relative 'se' # se.rb include SiSU_Env; include SiSU_Param @@ -1949,7 +1949,8 @@ end #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -2001,6 +2002,7 @@ encoding: utf-8 +=end #+END_SRC * NOTES ** language list po4a -- cgit v1.2.3