atom-i18n icon indicating copy to clipboard operation
atom-i18n copied to clipboard

Translate into Esperanto

Open alex94cp opened this issue 7 years ago • 15 comments

Please help translate: .

locale code: eo locale code table

files Required translation:

  • def/eo/about.cson
  • def/eo/context.cson
  • def/eo/menu_darwin.cson
  • def/eo/menu_linux.cson
  • def/eo/menu_win32.cson
  • def/eo/settings.cson

alex94cp avatar May 01 '17 21:05 alex94cp

Can you assign this to me, thanks? I want to try.

p2635 avatar Jan 21 '19 10:01 p2635

@p2635 Thanks for your help 🎉 Please read CONTRIBUTING.md for more details and AMA here 👍

liuderchi avatar Jan 21 '19 14:01 liuderchi

Thanks, I have started some work on https://github.com/p2635/atom-i18n/tree/eo

p2635 avatar Jan 21 '19 15:01 p2635

Hi Derek,

I don't understand steps 2 and 3, can you explain a bit more?

uninstall atom-i18n if you have installed
change into the package directory you have forked and cloned
use apm command to link the package to atom user directory

p2635 avatar Jan 22 '19 10:01 p2635

TL;DR; We need to temporarily REPLACE files under ~/.atom/packages/atom-i18n

Normal atom-i18n users would have files under ~/.atom/packages/atom-i18n, which are downloaded from atom. However, as developers we now need to temporarily replace files in ~/.atom/packages/atom-i18n with ones you are translating.

So, assuming you've followed step 1 to 4 of "Steps to Contribute", to preview i18n locally we need to:

  1. delete original files (uninstall atom-i18n)
  2. link files in ~/atom-i18n (where you cloned) to ~/.atom/packages/atom-i18n using apm link

liuderchi avatar Jan 22 '19 13:01 liuderchi

Basically step 2 is specific to the command line and what you mean is 'cd '. Now I understand.

p2635 avatar Jan 22 '19 13:01 p2635

For some reason, I've translated some stuff in about.cson but not all of them are being shown.

default

default

p2635 avatar Jan 25 '19 23:01 p2635

@p2635 Please ignore this since it's a known issue of about page

liuderchi avatar Jan 26 '19 15:01 liuderchi

@liuderchi thanks. about.cson is done, the rest might take me longer as I am actually still a beginner in esperanto

p2635 avatar Jan 26 '19 21:01 p2635

@p2635 thanks for your contribution 💯 It's welcome to create PR even it's not 100% translated.

liuderchi avatar Jan 27 '19 00:01 liuderchi

I tried to preview some items but they're not showing? (I also tried restarting but it didn't work)

default

p2635 avatar Jan 29 '19 17:01 p2635

@p2635 Are you using windows computer? menu_win32.cson is used on windows computer.

liuderchi avatar Jan 30 '19 02:01 liuderchi

yes I am, i didn't just try menu_win32, I tried them all!

p2635 avatar Jan 30 '19 20:01 p2635

@p2635 I forgot to remind: menu_win32.cson L2 should not be edited.

Only translate values rather than keys in cson file

See CONTRIBUTING.md

liuderchi avatar Jan 31 '19 06:01 liuderchi

Thanks, I renamed it and it works now

p2635 avatar Jan 31 '19 10:01 p2635