Skip to content

Commit

Permalink
Reflect Transifex domain name move
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 5, 2023
1 parent f820031 commit aa30fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ class PackagedEntry(Entry):
self.deb = f'ruby-{self.name.replace("_", "-")}'

if self.translations is True:
self.translations = f'https://www.transifex.com/foreman/foreman/{self.name}/'
self.translations = f'https://app.transifex.com/foreman/foreman/{self.name}/'
elif self.translations:
self.translations = f'https://www.transifex.com/foreman/foreman/{self.translations}/'
self.translations = f'https://app.transifex.com/foreman/foreman/{self.translations}/'

@property
def github_team_url(self):
Expand Down

0 comments on commit aa30fc1

Please sign in to comment.