Commit Graph

288 Commits

Author SHA1 Message Date
51006b5591 Update translations (#26463) 2024-04-02 18:19:46 +02:00
f2a781bcd0 Update translations (#26368) 2024-03-26 16:30:01 +01:00
04e365f741 FIX: Remove broken narrative-bot search context logic (#26319)
In the past we had logic to automatically set the search context to the current topic during the tutorial. This hasn't worked for a long time, and clearly people have still been able to complete the tutorial. In fact, it's probably better for us to teach people how to use the search un-assisted anyway.

This commit removes the dead logic, and makes a slight tweak to the copy in the unlikely event of confusion.
2024-03-22 13:25:33 +00:00
ec3d29a1fa Update translations (#26136) 2024-03-12 15:40:11 +01:00
3491642f98 DEV: Make discourse_narrative_bot use Rails autoload (#26044)
Why this change?

Instead of manually loading files, we should just structure the plugin
so that it relies on Rails autoload strategy and avoid all the manual
`require_relative`s.

What does this change do?

1. Structure the plugin to use Rails autoloading convention
2. Remove onceff jobs that were added 5-6 years ago. There is no need to
   carry these jobs anymore after such a long time.
3. Move setting of `SiteSetting.discourse_narrative_bot_enabled` to
   `false` in the test environment from core into the plugin.
2024-03-06 11:14:53 +08:00
6791eb1a94 Update translations (#26030) 2024-03-05 16:47:46 +01:00
eea7af09fd Update translations (#25914) 2024-02-27 20:50:30 +01:00
716e3a4dd5 Update translations (#25767) 2024-02-20 09:42:19 -05:00
c8c20585a7 Update translations (#25579) 2024-02-06 22:35:44 +01:00
c3b8216869 Update translations (#25476) 2024-01-30 17:05:37 +01:00
da2c0cd5c0 Update translations (#25386) 2024-01-23 18:29:34 +01:00
50f8a51923 Update translations (#25278) 2024-01-16 14:54:32 +01:00
2e0ec679c5 Update translations (#25185) 2024-01-09 15:09:36 +01:00
9db047a76c Update translations (#23309) 2023-08-29 15:50:52 +02:00
23222aa2d4 Update translations (#23099) 2023-08-15 21:24:57 +02:00
5b6493ff4b Update translations (#23013) 2023-08-08 15:42:28 +02:00
09223e5ae7 DEV: Remove enable_experimental_hashtag_autocomplete logic (#22820)
This commit removes any logic in the app and in specs around
enable_experimental_hashtag_autocomplete and deletes some
old category hashtag code that is no longer necessary.

It also adds a `slug_ref` category instance method, which
will generate a reference like `parent:child` for a category,
with an optional depth, which hashtags use. Also refactors
PostRevisor which was using CategoryHashtagDataSource directly
which is a no-no.

Deletes the old hashtag markdown rule as well.
2023-08-08 11:18:55 +10:00
d5f4b8e02c Update translations (#22904) 2023-08-01 16:05:44 +02:00
76649550c2 Fix typo in not_enough_dice
From https://www.collinsdictionary.com/dictionary/english/dice:
> In old-fashioned English, 'dice' was used only as a plural form, and the singular was die, but now 'dice' is used as both the singular and the plural form.
2023-07-31 13:28:42 +02:00
ad9ad55870 Update translations (#22664) 2023-07-25 17:57:48 +02:00
3da29a06fd Update translations (#22081) 2023-06-13 15:18:44 +02:00
4e99ef3952 Update translations (#21827) 2023-05-31 09:15:16 +02:00
0d7a742bb9 Update translations (#21702) 2023-05-23 21:23:44 +02:00
791630f08b Update translations (#21583) 2023-05-16 19:40:01 +02:00
76176eda9d Update translations (#21145) 2023-04-25 17:23:21 +02:00
9a562f54d7 Update translations (#21055) 2023-04-11 15:45:03 +02:00
171e8b679d Update translations (#20861) 2023-04-05 09:12:48 +02:00
4cf065c480 Update translations (#20671) 2023-03-14 15:04:54 +01:00
76260a4d79 Update translations (#20389) 2023-02-21 17:12:10 +01:00
43800eeb73 Update translations (#20370) 2023-02-20 11:01:01 +01:00
8b4d571b9b Update translations (#20183) 2023-02-06 16:49:27 +01:00
a5c2146dc0 Update translations (#20101) 2023-01-31 15:21:00 +01:00
8bec4e1db9 FIX: remove link to site with inappropriate content
As reported on https://meta.discourse.org/t/253028, the linked site includes
language which we do not support.
2023-01-26 16:34:23 -05:00
8b72f489e1 Update translations (#19974) 2023-01-24 16:32:34 +01:00
4ac37bbe0f Update translations (#19897) 2023-01-18 11:42:54 +01:00
14983c5b8e FIX: New hashtag support for narrative bot advanced narrative (#19875)
The discobot advanced tutorial was failing when the new hashtags
were enabled with enable_experimental_hashtag_autocomplete set
to true, since the CSS selector is different. This commit fixes
the issue and also changes the instructions if this is enabled since
we no longer require the hashtag to not be at the start of the line.

c.f. https://meta.discourse.org/t/it-is-impossible-to-complete-the-hashtag-section-of-the-discobot-advanced-tutorial/251494
2023-01-17 10:16:28 +10:00
ebe8b868bf Update translations (#19633) 2022-12-28 13:32:29 +01:00
58ffa06d4a Update translations (#19340) 2022-12-06 16:22:23 +01:00
2eee6fb644 Update translations (#19150) 2022-11-22 15:01:19 +01:00
33f601c8ad Update translations (#19033) 2022-11-16 11:39:47 +01:00
d7844a797f Update translations (#18948) 2022-11-09 00:00:28 +01:00
82425b23ee Update translations (#18813) 2022-11-02 15:13:47 +01:00
5f02f11acc Update translations (#18740) 2022-10-25 17:00:49 +02:00
0af2837b73 Update translations (#18642) 2022-10-19 15:19:28 +02:00
d00cd3295e Update translations (#18183) 2022-09-13 16:04:18 +02:00
1ed4442c10 Update translations (#18134) 2022-08-30 20:17:57 +02:00
f06e586c19 Update translations (#17756) 2022-08-02 16:54:12 +02:00
5894e7d30f Update translations (#17664) 2022-07-26 19:40:53 +02:00
c58a8b0fe6 Update translations (#17571) 2022-07-19 20:45:57 +02:00
7ac485fb9f FEATURE: Add Croatian language (#17130)
Co-authored-by: Gerhard Schlager <gerhard.schlager@discourse.org>
2022-06-18 00:18:22 +02:00