Skip to content

Commit

Permalink
Replace kitsu.io domain with kitsu.app
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris authored Aug 11, 2024
1 parent e2ab889 commit 08f6a1f
Show file tree
Hide file tree
Showing 138 changed files with 277 additions and 277 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Translations use the ICU Message Syntax format. [Read the syntax documentation](

## Issues

Looking to create an issue? Open a [bug report](https://kitsu.io/feedback/bugs) or [feature request](https://kitsu.io/feedback/feature-requests) on Kitsu.
Looking to create an issue? Open a [bug report](https://kitsu.app/feedback/bugs) or [feature request](https://kitsu.app/feedback/feature-requests) on Kitsu.

## Contributors

Expand Down
4 changes: 2 additions & 2 deletions app/helpers/imgix-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { helper } from 'ember-helper';
export function imgixUrl([src, params = {}]) {
const url = new URL(
src
.replace('https://media.kitsu.io/', 'https://kitsu.imgix.net/')
.replace('https://media.kitsu.app/', 'https://kitsu.imgix.net/')
.replace(
'https://media-staging.kitsu.io/',
'https://media-staging.kitsu.app/',
'https://kitsu-staging.imgix.net/'
)
);
Expand Down
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

{{content-for 'head'}}

<link rel="preconnect" href="https://kitsu.io">
<link rel="preconnect" href="https://media.kitsu.io">
<link rel="preconnect" href="https://kitsu.app">
<link rel="preconnect" href="https://media.kitsu.app">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://analytics.getstream.io">
<link rel="preconnect" href="https://www.googletagservices.com">
Expand Down
4 changes: 2 additions & 2 deletions app/mixins/breadcrumbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default Mixin.create({
'@type': 'ListItem',
position: 1,
item: {
'@id': 'https://kitsu.io',
'@id': 'https://kitsu.app',
name: 'Kitsu'
}
}]
Expand All @@ -64,7 +64,7 @@ export default Mixin.create({
'@type': 'ListItem',
position: data.itemListElement.length + 1,
item: {
'@id': `https://kitsu.io${hrefTo(this, path)}`,
'@id': `https://kitsu.app${hrefTo(this, path)}`,
name: breadcrumb
}
});
Expand Down
2 changes: 1 addition & 1 deletion app/routes/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default Route.extend(ApplicationRouteMixin, {
tagId: 'meta-og-image',
attrs: {
property: 'og:image',
content: 'https://kitsu.io/kitsu-256.png'
content: 'https://kitsu.app/kitsu-256.png'
}
}, {
type: 'meta',
Expand Down
4 changes: 2 additions & 2 deletions app/templates/components/sidebar-footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</div>

<div class="footer-links">
<a href="mailto:help@kitsu.io" class="site-link">{{t "components.sidebar-footer.contact"}}</a>
<a href="mailto:help@kitsu.app" class="site-link">{{t "components.sidebar-footer.contact"}}</a>
<a href={{href-to "terms"}} class="site-link">{{t "components.sidebar-footer.terms"}}</a>
<a href={{href-to "privacy"}} class="site-link">{{t "components.sidebar-footer.privacy"}}</a>
<a href="https://status.kitsu.io" class="site-link">{{t "components.sidebar-footer.status"}}</a>
<a href="https://status.kitsu.app" class="site-link">{{t "components.sidebar-footer.status"}}</a>
</div>
2 changes: 1 addition & 1 deletion app/templates/settings/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
update=(action (mut slug))
class="form-control"
}}
<small>https://kitsu.io/users/{{slug}}</small>
<small>https://kitsu.app/users/{{slug}}</small>
</div>
</div>
{{! email }}
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function(deployTarget) {
fields: [
{
title: 'View',
value: `https://${context.revisionData.revisionKey}.production.kitsu.io/`,
value: `https://${context.revisionData.revisionKey}.production.kitsu.app/`,
short: false
}
]
Expand Down
8 changes: 4 additions & 4 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = function(environment) {
},

kitsu: {
APIHost: environment === 'production' ? '' : 'https://kitsu.io',
APIHost: environment === 'production' ? '' : 'https://kitsu.app',
isStaging: IS_STAGING_ENV,
isProduction: environment === 'production',
env: environment
Expand Down Expand Up @@ -107,10 +107,10 @@ module.exports = function(environment) {
debug: environment !== 'production',
ravenOptions: {
whitelistUrls: [
'kitsu.io/assets',
'staging.kitsu.io/assets'
'kitsu.app/assets',
'staging.kitsu.app/assets'
],
includePaths: [/https?:\/\/(staging\.)?kitsu\.io/],
includePaths: [/https?:\/\/(staging\.)?kitsu\.app/],
environment: process.env.HEROKU_EMBER_APP
}
},
Expand Down
14 changes: 7 additions & 7 deletions markdown/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Effective date: 12/15/2020

Welcome to **Kitsu, Inc.**

Kitsu, Inc. (&quot;us&quot;, &quot;we&quot;, or &quot;our&quot;) operates kitsu.io and Kitsu mobile application (hereinafter referred to as &quot; **Service**&quot;).
Kitsu, Inc. (&quot;us&quot;, &quot;we&quot;, or &quot;our&quot;) operates kitsu.app and Kitsu mobile application (hereinafter referred to as &quot; **Service**&quot;).

Our Privacy Policy governs your visit to kitsu.io and Kitsu mobile application, and explains how we collect, safeguard and disclose information that results from your use of our Service.
Our Privacy Policy governs your visit to kitsu.app and Kitsu mobile application, and explains how we collect, safeguard and disclose information that results from your use of our Service.

We use your data to provide and improve Service. By using Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, the terms used in this Privacy Policy have the same meanings as in our Terms and Conditions.

Our Terms and Conditions (&quot; **Terms**&quot;) govern all use of our Service and together with the Privacy Policy constitutes your agreement with us (&quot; **agreement**&quot;).

1. **Definitions**

**SERVICE** means the kitsu.io website and Kitsu mobile application operated by Kitsu, Inc.
**SERVICE** means the kitsu.app website and Kitsu mobile application operated by Kitsu, Inc.

**PERSONAL DATA** means data about a living individual who can be identified from those data (or from those and other information either in our possession or likely to come into our possession).

Expand Down Expand Up @@ -156,7 +156,7 @@ If you are a resident of the European Union (EU) and European Economic Area (EEA

We aim to take reasonable steps to allow you to correct, amend, delete, or limit the use of your Personal Data.

If you wish to be informed what Personal Data we hold about you and if you want it to be removed from our systems, please email us at help@kitsu.io.
If you wish to be informed what Personal Data we hold about you and if you want it to be removed from our systems, please email us at help@kitsu.app.

In certain circumstances, you have the following data protection rights:

Expand Down Expand Up @@ -188,7 +188,7 @@ According to CalOPPA we agree to the following:

1. users will be notified of any privacy policy changes on our Privacy Policy Page;

1. users are able to change their personal information by emailing us at help@kitsu.io.
1. users are able to change their personal information by emailing us at help@kitsu.app.

Our Policy on &quot;Do Not Track&quot; Signals:

Expand Down Expand Up @@ -228,7 +228,7 @@ Please note, if you ask us to delete or stop selling your data, it may impact yo

To exercise your California data protection rights described above, please send your request(s) by one of the following means:

By email: help@kitsu.io
By email: help@kitsu.app

Your data protection rights, described above, are covered by the CCPA, short for the California Consumer Privacy Act. To find out more, visit the official California Legislative Information website. The CCPA took effect on 01/01/2020.

Expand Down Expand Up @@ -358,4 +358,4 @@ You are advised to review this Privacy Policy periodically for any changes. Chan

If you have any questions about this Privacy Policy, please contact us:

By email: help@kitsu.io
By email: help@kitsu.app
2 changes: 1 addition & 1 deletion markdown/terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ NOTICE REQUIREMENTS
AGENT FOR CLAIMS
225 Squibbs Rd
Blairsville, PA 15717
E-Mail: legal@kitsu.io
E-Mail: legal@kitsu.app


**3. DISCLAIMER OF WARRANTY; LIMITATION OF LIABILITY**
Expand Down
2 changes: 1 addition & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
User-agent: *
Disallow: /api/

Sitemap: https://kitsu.io/sitemap.xml.gz
Sitemap: https://kitsu.app/sitemap.xml.gz
4 changes: 2 additions & 2 deletions translations/af-ZA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contact" #Email address
terms: "Terms"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Edit"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Loading Imports…"
status: "Status:"
entries: "Total Entries Found:"
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.io\">'email'</a>' us."
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.app\">'email'</a>' us."
more: "Load More"
index:
header: "Profile"
Expand Down
4 changes: 2 additions & 2 deletions translations/am-ET.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contact" #Email address
terms: "Terms"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Edit"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Loading Imports…"
status: "Status:"
entries: "Total Entries Found:"
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.io\">'email'</a>' us."
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.app\">'email'</a>' us."
more: "Load More"
index:
header: "Profile"
Expand Down
4 changes: 2 additions & 2 deletions translations/ar-001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "اتصل بنا" #Email address
terms: "بنود الاستخدام"
privacy: "الخصوصية"
status: "الحالة" #Service status - status.kitsu.io
status: "الحالة" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "تعديل"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "تحميل الواردات…"
status: "الحالة:"
entries: "إجمالي المدخلات التي تم العثور عليها:"
error: "يبدو أن استيرادك قد فشل:( &mdash; نحن نريد إصلاح هذا من أجلك لذا يرجى '<a href=\"mailto:help@kitsu.io\">'مراسلتنا'</a>'."
error: "يبدو أن استيرادك قد فشل:( &mdash; نحن نريد إصلاح هذا من أجلك لذا يرجى '<a href=\"mailto:help@kitsu.app\">'مراسلتنا'</a>'."
more: "تحميل المزيد"
index:
header: "الملف الشخصي"
Expand Down
4 changes: 2 additions & 2 deletions translations/as-IN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contact" #Email address
terms: "Terms"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Edit"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Loading Imports…"
status: "Status:"
entries: "Total Entries Found:"
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.io\">'email'</a>' us."
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.app\">'email'</a>' us."
more: "Load More"
index:
header: "Profile"
Expand Down
4 changes: 2 additions & 2 deletions translations/az-AZ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contact" #Email address
terms: "Terms"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Edit"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Loading Imports…"
status: "Status:"
entries: "Total Entries Found:"
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.io\">'email'</a>' us."
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.app\">'email'</a>' us."
more: "Load More"
index:
header: "Profile"
Expand Down
4 changes: 2 additions & 2 deletions translations/be-BY.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contact" #Email address
terms: "Terms"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Edit"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Loading Imports…"
status: "Status:"
entries: "Total Entries Found:"
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.io\">'email'</a>' us."
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.app\">'email'</a>' us."
more: "Load More"
index:
header: "Profile"
Expand Down
4 changes: 2 additions & 2 deletions translations/bg-BG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contact" #Email address
terms: "Terms"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Edit"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Loading Imports…"
status: "Status:"
entries: "Total Entries Found:"
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.io\">'email'</a>' us."
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.app\">'email'</a>' us."
more: "Load More"
index:
header: "Profile"
Expand Down
4 changes: 2 additions & 2 deletions translations/bn-BD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contact" #Email address
terms: "Terms"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Edit"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Loading Imports…"
status: "Status:"
entries: "Total Entries Found:"
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.io\">'email'</a>' us."
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.app\">'email'</a>' us."
more: "Load More"
index:
header: "Profile"
Expand Down
4 changes: 2 additions & 2 deletions translations/bs-BA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contact" #Email address
terms: "Terms"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Edit"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Loading Imports…"
status: "Status:"
entries: "Total Entries Found:"
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.io\">'email'</a>' us."
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.app\">'email'</a>' us."
more: "Load More"
index:
header: "Profile"
Expand Down
4 changes: 2 additions & 2 deletions translations/ca-ES.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contacte" #Email address
terms: "Termes"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Editar"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Carregant importacions…"
status: "Estat:"
entries: "Total d'entrades trobades:"
error: "Sembla que la teva importació ha fallat :( &mdash; Volem solucionar-ho, per la qual cosa et demanem ens escriguis un '<a href=\"mailto:help@kitsu.io\">'correu'</a>' (en anglès)."
error: "Sembla que la teva importació ha fallat :( &mdash; Volem solucionar-ho, per la qual cosa et demanem ens escriguis un '<a href=\"mailto:help@kitsu.app\">'correu'</a>' (en anglès)."
more: "Carregar més"
index:
header: "Perfil"
Expand Down
4 changes: 2 additions & 2 deletions translations/ceb-PH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contact" #Email address
terms: "Terms"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Edit"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Loading Imports…"
status: "Status:"
entries: "Total Entries Found:"
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.io\">'email'</a>' us."
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.app\">'email'</a>' us."
more: "Load More"
index:
header: "Profile"
Expand Down
4 changes: 2 additions & 2 deletions translations/co-FR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ components:
contact: "Contact" #Email address
terms: "Terms"
privacy: "Privacy"
status: "Status" #Service status - status.kitsu.io
status: "Status" #Service status - status.kitsu.app
stream-feed:
create-post:
edit: "Edit"
Expand Down Expand Up @@ -849,7 +849,7 @@ settings:
loading: "Loading Imports…"
status: "Status:"
entries: "Total Entries Found:"
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.io\">'email'</a>' us."
error: "It seems like your import has failed :( &mdash; We want to get this fixed for you so please '<a href=\"mailto:help@kitsu.app\">'email'</a>' us."
more: "Load More"
index:
header: "Profile"
Expand Down
Loading

0 comments on commit 08f6a1f

Please sign in to comment.