[Weblate] [Hosted Weblate] New comment in Weblate/Application

2020-04-20 Thread Tuomas Hietala via Weblate


#  Comment added

[ tjhietala](https://hosted.weblate.org/user/tjhietala/ "Tuomas Hietala"):
[Hosted Weblate](https://hosted.weblate.org) /
[Weblate](https://hosted.weblate.org/projects/weblate/) /
[Application](https://hosted.weblate.org/projects/weblate/master/) /
[English](https://hosted.weblate.org/projects/weblate/master/en/)

## Source string

Glossary added

## Comment

**[@kingu](https://hosted.weblate.org/user/kingu/ "Allan Nordhøy")** Well that
was quick :)

[Edit this
string](https://hosted.weblate.org/translate/weblate/master/en/?checksum=b1e9ab85c10bfb1e)

##  Translation Info

All strings | 2,212 
|---
Translated strings  | 2,212 | 100% 
Not translated strings  | 0 | 0%   
Strings needing action  | 0 | 0%   
Strings marked for edit | 0 | 0%   


[View](https://hosted.weblate.org/projects/weblate/master/en/)

  
[Weblate, the libre continuous localization system.](https://weblate.org/)

Generated on April 20, 2020, 8:52 p.m..

___
Weblate mailing list -- weblate@lists.cihar.com
To unsubscribe send an email to weblate-le...@lists.cihar.com


[Weblate] [Hosted Weblate] New comment in Weblate/Application

2020-04-20 Thread Tuomas Hietala via Weblate


#  Comment added

[ tjhietala](https://hosted.weblate.org/user/tjhietala/ "Tuomas Hietala"):
[Hosted Weblate](https://hosted.weblate.org) /
[Weblate](https://hosted.weblate.org/projects/weblate/) /
[Application](https://hosted.weblate.org/projects/weblate/master/) /
[English](https://hosted.weblate.org/projects/weblate/master/en/)

## Source string

Glossary added

## Comment

This string seems to be used in the history view for added glossary entries.
In that case, "Glossary entry added" would be less confusing.

[Edit this
string](https://hosted.weblate.org/translate/weblate/master/en/?checksum=b1e9ab85c10bfb1e)

##  Translation Info

All strings | 2,212 
|---
Translated strings  | 2,212 | 100% 
Not translated strings  | 0 | 0%   
Strings needing action  | 0 | 0%   
Strings marked for edit | 0 | 0%   


[View](https://hosted.weblate.org/projects/weblate/master/en/)

  
[Weblate, the libre continuous localization system.](https://weblate.org/)

Generated on April 20, 2020, 5:19 p.m..

___
Weblate mailing list -- weblate@lists.cihar.com
To unsubscribe send an email to weblate-le...@lists.cihar.com


[Weblate] Re: Weblate can't find GitHub as VCS_REGISTRY item despite hub and GITHUB_USERNAME being set

2020-04-20 Thread Sigurður Guðbrandsson
That was it!!
Thanks Michal.

I'm running the Bitnami installation, and the issue is with the daemon user.

For all future users:
To get GitHub integration to work with the Bitnami installation and hub
snap, you need to do the following:
1. Follow the instructions for setting up GitHub and hub for Weblate

2. Change the home directory for the daemon user to /home/daemon (hub won't
work otherwise)
sudo su - #Login as root
mkdir /home/daemon
chown daemon.daemon /home/daemon
ln -s /opt/bitnami/apps/weblate/weblate/data/home/.config /home/daemon
ln -s /opt/bitnami/apps/weblate/weblate/data/home/.gitconfig /home/daemon
usermod -d /home/daemon daemon
echo 'PATH="/snap/bin/:$PATH"' >> /opt/binami/scripts/setenv.sh
echo 'export PATH' >> /opt/binami/scripts/setenv.sh
exit
3. Restart apache
sudo /opt/bitnami/ctlscript.sh restart apache
4. Enjoy your GitHub integration

To test if the daemon user can run the hub command as the daemon user:
sudo su -s /bin/bash daemon
source /opt/bitnami/scripts/setenv.sh
hub

If you get an error, you need to debug it based on your error.

Kind regards / Kær kveðja,

Sigurður Guðbrandsson | Chief Technical Officer | Website: Guide to Iceland

Email: si...@guidetoiceland.is  Telephone: (+354) 867 3573
___
Weblate mailing list -- weblate@lists.cihar.com
To unsubscribe send an email to weblate-le...@lists.cihar.com