From e1b1f5793ae3d4e7bd3def5b30e2a17016ac1759 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 10 Mar 2023 14:50:46 -0500 Subject: Add chapter markers for localizing --- 2022/info/localizing-before.md | 22 +++++++++++++++++++++- 2022/talks/localizing.md | 7 ------- 2 files changed, 21 insertions(+), 8 deletions(-) (limited to '2022') diff --git a/2022/info/localizing-before.md b/2022/info/localizing-before.md index 2a526c60..91f3f803 100644 --- a/2022/info/localizing-before.md +++ b/2022/info/localizing-before.md @@ -1,10 +1,30 @@ + +The following image shows where the talk is in the schedule for Sun 2022-12-04. Solid lines show talks with Q&A via BigBlueButton. Dashed lines show talks with Q&A via IRC or Etherpad.
+ Schedule for Sunday Sunday 9:00- 9:05 Sunday opening remarks sun-open 9:06- 9:26 Results of the 2022 Emacs Survey survey 9:35- 9:45 This Year in Org orgyear 9:57-10:22 Build a Zettelkasten with the Hyperbole Rolodex rolodex 10:40-10:50 Linking headings with org-super-links (poor-man's Zettelkasten) orgsuperlinks 11:10-11:20 orgvm: a simple HTTP server for org orgvm 1:00- 1:30 Powerful productivity with Hyperbole and Org Mode hyperorg 1:50- 2:15 Org workflows for developers workflows 2:35- 2:55 GRAIL---A Generalized Representation and Aggregation of Information Layers grail 3:25- 3:45 Putting Org Mode on the Indieweb indieweb 4:05- 4:15 Emacs development updates devel 4:25- 4:35 Fanfare for the Common Emacs User fanfare 4:50- 5:00 Sunday closing remarks sun-close 10:00-10:25 rde Emacs introduction rde 10:50-11:05 justl: Driving recipes within Emacs justl 11:15-11:35 What I'd like to see in Emacs rms 1:01- 1:16 Getting detached from Emacs detached 1:40- 1:55 Top 10 reasons why you should be using Eshell eshell 2:20- 2:40 Emacs was async before async was cool async 3:15- 3:35 The Wheels on D-Bus dbus 4:00- 4:10 Pre-localizing Emacs localizing 4:30- 4:35 Short hyperlinks to Python docs python 9 AM 10 AM 11 AM 12 PM 1 PM 2 PM 3 PM 4 PM 5 PM +
+ +[[!toc ]] +Format: 11-min talk followed by live Q&A (done) +Etherpad: +Discuss on IRC: [#emacsconf-dev](https://chat.emacsconf.org/?join=emacsconf,emacsconf-dev) +Status: TO_CAPTION_QA +
Times in different timezones:
Sunday, Dec 4 2022, ~4:00 PM - 4:10 PM EST (US/Eastern)
which is the same as:
Sunday, Dec 4 2022, ~3:00 PM - 3:10 PM CST (US/Central)
Sunday, Dec 4 2022, ~2:00 PM - 2:10 PM MST (US/Mountain)
Sunday, Dec 4 2022, ~1:00 PM - 1:10 PM PST (US/Pacific)
Sunday, Dec 4 2022, ~9:00 PM - 9:10 PM UTC
Sunday, Dec 4 2022, ~10:00 PM - 10:10 PM CET (Europe/Paris)
Sunday, Dec 4 2022, ~11:00 PM - 11:10 PM EET (Europe/Athens)
Monday, Dec 5 2022, ~2:30 AM - 2:40 AM IST (Asia/Kolkata)
Monday, Dec 5 2022, ~5:00 AM - 5:10 AM +08 (Asia/Singapore)
Monday, Dec 5 2022, ~6:00 AM - 6:10 AM JST (Asia/Tokyo)
Find out how to watch and participate
+ + + # Talk
# Q&A -
Listen to just the audio:
+
[[!template id="chapters" vidid="localizing-qanda" data=""" +06:11.680 Is Emacs localized/localizable? +10:07.160 You mention regex on strings is a red flag for localization, are there others to look out for? +13:49.980 So, your project is to localize all of Emacs? +14:47.325 How deep would usefull localization go? Because at the core of Emacs are docstrings and localizing them could also imply localizing Elisp. + +"""]]
Listen to just the audio:
# Description \ No newline at end of file diff --git a/2022/talks/localizing.md b/2022/talks/localizing.md index 88927f26..2677d4ee 100644 --- a/2022/talks/localizing.md +++ b/2022/talks/localizing.md @@ -11,13 +11,6 @@ Jean-Christophe Helary (he/him) [[!inline pages="internal(2022/info/localizing-before)" raw="yes"]] -[[!template id="help" -volunteer="" -summary="Q&A could be indexed with chapter markers" -tags="help_with_chapter_markers" -message="""The Q&A session for this talk does not have chapter markers yet. -Would you like to help? See [[help_with_chapter_markers]] for more details. You can use the vidid="localizing-qanda" if adding the markers to this wiki page, or e-mail your chapter notes to ."""]] - Before Emacs user-facing strings are localized to users’ languages (will that ever happen?), there are things developers must remember when including such strings in the code, and there are things that emacs-lisp beginners (like me, forever) can do to help when they face such issues. -- cgit v1.2.3