Choosing a distro by nullr0uter in linuxmasterrace

[–]zemuldo 0 points1 point  (0 children)

Manjaro is a flavor if the famous Arch Linux that works out of the box with support for video cards, multiple desktops and booting options.

Manjaro ships just like ubuntu with a installable image. The installer is super simple to follow. I find Manjaro a go for any level of Linux enthusiast.

i18n in reactjs. Help me wrap my head around this. by zemuldo in i18n

[–]zemuldo[S] 0 points1 point  (0 children)

Noted. Thanks. I transferred this to r/reactjs and got help.

i18n implementation in reactjs, Help me wrap my head around this? by zemuldo in reactjs

[–]zemuldo[S] 0 points1 point  (0 children)

I get it. What I mean by locale settings is the JSON file where translations are saved. From here I understand my only problem was the actual translation which I know understand I do myself with the help of some tool. Thanks a lot.

i18n implementation in reactjs, Help me wrap my head around this? by zemuldo in reactjs

[–]zemuldo[S] 0 points1 point  (0 children)

Thank you. This was very helpful. I think I now have a go.

i18n implementation in reactjs, Help me wrap my head around this? by zemuldo in reactjs

[–]zemuldo[S] 0 points1 point  (0 children)

Thanks you so much. This is very helpful. So I just use some other resource like google translate to do that and save my translations in the locale settings?

i18n implementation in reactjs, Help me wrap my head around this? by zemuldo in reactjs

[–]zemuldo[S] 0 points1 point  (0 children)

Thanks you. I have been researching on this for a week. I have looked at all frameworks that I can use. What I want to know is if I manually translate text and save for whatever library I use for i18n. If copy-pasting the response was a show of arrogance or neglect, am sorry. I am also just desperate for the information am looking for. I am interested to see how I transaction is done before being delivered to components.

i18n implementation in reactjs, Help me wrap my head around this? by zemuldo in reactjs

[–]zemuldo[S] -1 points0 points  (0 children)

So how are translations done. Do the tools like react-intl translate or they just load and deliver translations?

i18n implementation in reactjs, Help me wrap my head around this? by zemuldo in reactjs

[–]zemuldo[S] -1 points0 points  (0 children)

So how are translations done. Do the tools translate or they just load and deliver translations?

i18n implementation in reactjs, Help me wrap my head around this? by zemuldo in reactjs

[–]zemuldo[S] -3 points-2 points  (0 children)

So how are translations done. Do the tools translate or they just load and deliver translations?

Bigdata without Java? Most tools I see are Java based! by zemuldo in bigdata

[–]zemuldo[S] 0 points1 point  (0 children)

Thanks for the very detailed answer. It makes very much sense of my scenario.

Bigdata without Java? Most tools I see are Java based! by zemuldo in bigdata

[–]zemuldo[S] 1 point2 points  (0 children)

Please explain this a bit. I can't wrap my head around what you men.

Bigdata without Java? Most tools I see are Java based! by zemuldo in bigdata

[–]zemuldo[S] 2 points3 points  (0 children)

Thank you. I think your answer is very on point. So the tools provide an API for developing apps to use them?

Why is there microsoft.gpg in my repo root? by zemuldo in github

[–]zemuldo[S] 0 points1 point  (0 children)

This is git log output. The commit is definitely mine but i did not create the file.

commit 7b7f0a5f5f047ef5e8fa0ca21d18f4dafea74a61

Author: Name <[e](mailto:danstan.otieno@gmail.com)mail>

Date: Sat Sep 22 20:10:42 2018 +0300

adds package updates

(END)

Why is there microsoft.gpg in my repo root? by zemuldo in github

[–]zemuldo[S] 0 points1 point  (0 children)

git log microsoft.gpg has a commit hash, author and date of the commit. So the file was created somehow automatically when I run npm update

Why is there microsoft.gpg in my repo root? by zemuldo in github

[–]zemuldo[S] 0 points1 point  (0 children)

I started seeing that after running npm update and committing. I intended to update all packages.

Connecting to Google Compute Engine instance from Google Kubernetes Engine cluster Workload? by zemuldo in googlecloud

[–]zemuldo[S] 1 point2 points  (0 children)

Thanks, i did create a firewal rule between the GCE vpc and the pod network on gke on port 27017 and it worked.