Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Greif committed Dec 14, 2024
1 parent ceb246d commit 3c839b5
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ai2025.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
locale: en-US
translations:
- key: foo
t: bar
4 changes: 4 additions & 0 deletions css2025.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
locale: en-US
translations:
- key: foo
t: bar
4 changes: 4 additions & 0 deletions devs2025.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
locale: en-US
translations:
- key: foo
t: bar
13 changes: 13 additions & 0 deletions homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,16 @@ translations:
- key: creators.codebar.description
t: |
Codebar is an amazing organization that puts together workshops that would usually cost thousands of dollars, and makes them available for free online in order to build a more inclusive developer community.
# calendar

- key: calendar.heading
t: Upcoming Surveys
- key: calendar.feedbackAt
t: Feedback start
- key: calendar.startedAt
t: Survey start
- key: calendar.endedAt
t: Survey end
- key: calendar.releasedAt
t: Results release
4 changes: 4 additions & 0 deletions html2025.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
locale: en-US
translations:
- key: foo
t: bar
4 changes: 4 additions & 0 deletions js2025.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
locale: en-US
translations:
- key: foo
t: bar
4 changes: 4 additions & 0 deletions react2025.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
locale: en-US
translations:
- key: foo
t: bar

0 comments on commit 3c839b5

Please sign in to comment.