diff --git a/2025/src/components/LanguagePicker.astro b/2025/src/components/LanguagePicker.astro index 69c6b023..ce105c02 100644 --- a/2025/src/components/LanguagePicker.astro +++ b/2025/src/components/LanguagePicker.astro @@ -1,25 +1,20 @@ --- +import { LANGUAGES } from '@/i18n'; // @ts-expect-error not found import { base } from 'astro:config/client'; -const languages - = Object.keys(import.meta.glob('../pages/*.astro')) - .map(p => p.split('/') - .at(-1)! - .replace('.astro', '')) - .filter(lang => lang !== 'index') - .sort(); const pathname = Astro.url.pathname.replace(import.meta.env.BASE_URL, ''); const currentLang = pathname.split('/')[1]; + ---
+ {t( + 'VimConf は、世界初かつ世界で唯一のコミュニティによって定期運営されているVimの国際カンファレンスです。', + `VimConf is the world's first and only regularly organized international Vim conference run by the community.`, + )} +
+| + {t('開催日(予定)', 'Date(Planned)')} + | +{t('2025年11月2日(日)', 'November 2, 2025 (Sunday)')} | +
|---|---|
| {t('時間', 'Time')} | +{t( + '9:30 - 17:30 (懇親会: 17:30 - 19:30)', + '9:30 AM - 5:30 PM JST (Networking Party: 5:30 PM - 7:30 PM JST)', + )} | +
| {t('会場', 'Venue')} | ++ + {t( + 'アキバプラザ・アキバホール', + 'Akiba Plaza - Akiba Hall', + )} + + {/* XXX: Workaround for https://github.com/withastro/compiler/issues/958 */} + | +
{t( + '発表スライドはすべて英語です。発表は英語または日本語のいずれかの言語で行われます。', + 'All presentation slides will be in English. Presentations will be given in either English or Japanese.', + )}
+{t( + '登壇の様子を撮影し、後日 YouTube にアップロードします。', + 'The presentations will be recorded and uploaded to YouTube after the event.', + )}
+{t( + '会場内ではカメラマンによる写真撮影が行われますのでご了承ください。', + 'Please note that professional photographers will be taking pictures during the event.', + )}
+{t( + '写真もまとめてWeb上に掲載されます。', + 'Photos will be published online after the event.', + )}
++ {t( + 'VimConf 2025は、普段なかなか顔を合わせられないVimmer同士が情熱を交わし、知見を共有するための貴重な場です。\n今年は、イベント継続の担保と柔軟な運営のため、必要な資金をスポンサー様のご支援で集める仕組みを採用します。', + 'VimConf 2025 is a valuable opportunity for Vimmers, who rarely get to meet in person, to share their passion and knowledge.\nThis year, to ensure the event\'s sustainability and flexible operation, we are seeking financial support through sponsorships.', + )} +
++ {t( + 'スポンサーの募集は既に開始されています。イベントは、必要な支援金が集まった場合にのみ開催します。\n開催の最終判断は2025年5月15日(木)に行います。', + 'Sponsor recruitment is already underway. The event will only be held if we receive sufficient sponsorship support.\nThe final decision on the event will be made on May 15, 2025 (Thursday).', + )} +
++ {t( + 'スポンサーシップに応じたメリット(公式サイトでのロゴ掲載、ノベルティの配布、バックパネルへのロゴ掲載など)を用意しています。\nイベント開催のための資金として、ぜひご協力ください。\n※ また、併せて個人による寄付の募集も行っています。(開催されなかった場合でも返金不可)', + 'We offer various benefits depending on the sponsorship level (including logo placement on the official website, distribution of promotional materials, logo display on the backdrop, etc.).\nPlease consider supporting us to make this event possible.\n※ Individual sponsorships are also available. (Please note that sponsorships are non-refundable even if the event is canceled)', + )} +
++ {t( + 'ご支援いただける方は、以下のリンクからお願いいたします。', + 'If you would like to support us as a personal sponsor, please follow the link below.', + )} +
++ + {t('寄付をする', 'become a personal sponsor')} + +
++ + {t( + '初の試みですので、', + 'As this is our first initiative of this kind,', + )} + + {t( + 'ご不明な点やご質問があればご遠慮なくお問い合わせください。', + `please don't hesitate to contact us with any questions or concerns.`, + )} +
++ {t( + 'スポンサーシップに関するご質問、ご提案などにつきましては、下記のフォームまたはメールにてお気軽にお問い合わせください。\n※最新情報は随時更新していきます。', + 'For questions or proposals regarding sponsorship, please feel free to contact us through the form below or via email.\n※ Information will be updated regularly.', + )} +
+VimConf is the world's first and only regularly organized international Vim conference run by the community.
-| Date |
- November 2, 2025 (Sunday) | -
|---|---|
| Time | -9:30 AM - 5:30 PM JST (Networking Party: 5:30 PM - 7:30 PM JST) | -
| Venue | -Akiba Plaza - Akiba Hall | -
All presentation slides will be in English. Presentations will be given in either English or Japanese.
-The presentations will be recorded and uploaded to YouTube after the event.
-Please note that professional photographers will be taking pictures during the event.
-Photos will be published online after the event.
-
- VimConf 2025 is a valuable opportunity for Vimmers, who rarely get to meet in person, to share their passion and knowledge.
- This year, to ensure the event's sustainability and flexible operation, we are seeking financial support through sponsorships.
-
- Sponsor recruitment is already underway. The event will only be held if we receive sufficient sponsorship support.
- The final decision on the event will be made on May 15, 2025 (Thursday).
-
- We offer various benefits depending on the sponsorship level (including logo placement on the official website, distribution of promotional materials, logo display on the backdrop, etc.).
- Please consider supporting us to make this event possible.
- ※ Individual sponsorships are also available. (Please note that sponsorships are non-refundable even if the event is canceled)
-
- If you would like to support us as a personal sponsor, please follow the link below. -
- -- As this is our first initiative of this kind, please don't hesitate to contact us with any questions or concerns. -
-
- For questions or proposals regarding sponsorship, please feel free to contact us through the form below or via email.
- ※ Information will be updated regularly.
-
- - Contact Form - -
-VimConf は、世界初かつ世界で唯一のコミュニティによって定期運営されているVimの国際カンファレンスです。
-| 開催日 |
- 2025-11-02(日) | -
|---|---|
| 時間 | -9:30 - 17:30 (懇親会: 17:30 - 19:30) | -
| 会場 | -アキバプラザ・アキバホール | -
発表スライドはすべて英語です。発表は英語または日本語のいずれかの言語で行われます。
-登壇の様子を撮影し、後日 YouTube にアップロードします。
-会場内ではカメラマンによる写真撮影が行われますのでご了承ください。
-写真もまとめてWeb上に掲載されます。
- - -
- VimConf 2025は、普段なかなか顔を合わせられないVimmer同士が情熱を交わし、知見を共有するための貴重な場です。
- 今年は、イベント継続の担保と柔軟な運営のため、必要な資金をスポンサー様のご支援で集める仕組みを採用します。
-
- スポンサーの募集は既に開始されています。イベントは、必要な支援金が集まった場合にのみ開催します。
- 開催の最終判断は2025年5月15日(木)に行います。
-
- スポンサーシップに応じたメリット(公式サイトでのロゴ掲載、ノベルティの配布、バックパネルへのロゴ掲載など)を用意しています。
- イベント開催のための資金として、ぜひご協力ください。
- ※ また、併せて個人による寄付の募集も行っています。(開催されなかった場合でも返金不可)
-
- ご支援いただける方は、以下のリンクからお願いいたします。 -
-- 寄付をする -
-- 初の試みですので、ご不明な点やご質問があればご遠慮なくお問い合わせください。 -
-
- スポンサーシップに関するご質問、ご提案などにつきましては、下記のフォームまたはメールにてお気軽にお問い合わせください。
- ※最新情報は随時更新していきます。
-
- - お問い合わせフォームへ - -
-