Welcome to mirror list, hosted at ThFree Co, Russian Federation.

page-translation.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a42122a6ddb8d3e0b17b906f50bed5f2775641f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<head>
    <link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/generic.css" rel="stylesheet">
    <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/css/vendor/dsgvo-video-embed.min.css">
    <script src="<?php echo get_template_directory_uri(); ?>/assets/js/dsgvo-video-embed.min.js"></script>

<div class="background generic-background">
	<div class="container">
		<div class="row">
			<div class="col-md-6 topheader">
                <h1>Translating Nextcloud</h1>
            </div>
        </div>
    </div>
</div>

<section class="content">
<div class="container">

<p>Developers can find our <a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>/app/l10n.html" target="_blank">technical translation documentation here</a>. If you want to help translate Nextcloud, just create an account and request to be added on <a class="hyperlink" href="https://transifex.com/nextcloud">Transifex</a>. It can sometimes take a while - you can ask on <a class="hyperlink" href="https://riot.im/app/#/room/#freenode_#nextcloud-dev:matrix.org" target="_blank">chat channel #nextcloud-dev (IRC)</a>, also accessible via <a class="hyperlink" href="https://webchat.freenode.net/?channels=nextcloud-dev" target="_blank">webchat</a>. Or on <a class="hyperlink" href="https://help.nextcloud.com">our forums!!</a></p>

<h2>Thanks for making Nextcloud available to people in your language!</h2>
</div>
</section>