Skip to content

Commit 2b46a3d

Browse files
committed
Add tour stop explaining the library concept
1 parent 7e6f35e commit 2b46a3d

File tree

12 files changed

+47
-1
lines changed

12 files changed

+47
-1
lines changed

app/views/libraries/new.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
<h1><%= t("libraries.general.new") %></h1>
1+
<%= content_tag :h1, id: "new-library", data: tour_attributes(id: "new-library", title: t("tour.libraries.new.title"), description: t("tour.libraries.new.description")) do %>
2+
<%= t("libraries.general.new") %>
3+
<% end %>
24

35
<%= render "form" %>

config/locales/tour/cs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
cs:
33
tour:
4+
libraries:
5+
new:
6+
description:
7+
title:
48
navbar:
59
account:
610
description:

config/locales/tour/de.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
de:
33
tour:
4+
libraries:
5+
new:
6+
description:
7+
title:
48
navbar:
59
account:
610
description:

config/locales/tour/en.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
en:
33
tour:
4+
libraries:
5+
new:
6+
description: A "library" is a physical storage location for your files. It could be a local folder, or a cloud storage bucket. You could have just one, or you might have many; it's up to you. If there are already files in the library, they will be scanned and added to Manyfold automatically.
7+
title: Libraries
48
navbar:
59
account:
610
description: In your settings, you can change your login details, preferred rendering style, pagination options, and more.

config/locales/tour/es.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
es:
33
tour:
4+
libraries:
5+
new:
6+
description:
7+
title:
48
navbar:
59
account:
610
description:

config/locales/tour/fr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
fr:
33
tour:
4+
libraries:
5+
new:
6+
description:
7+
title:
48
navbar:
59
account:
610
description:

config/locales/tour/ja.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
ja:
33
tour:
4+
libraries:
5+
new:
6+
description:
7+
title:
48
navbar:
59
account:
610
description:

config/locales/tour/nl.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
nl:
33
tour:
4+
libraries:
5+
new:
6+
description:
7+
title:
48
navbar:
59
account:
610
description:

config/locales/tour/pl.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
pl:
33
tour:
4+
libraries:
5+
new:
6+
description:
7+
title:
48
navbar:
59
account:
610
description:

config/locales/tour/pt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
pt:
33
tour:
4+
libraries:
5+
new:
6+
description:
7+
title:
48
navbar:
59
account:
610
description:

0 commit comments

Comments
 (0)