Skip to content

Commit ebb3792

Browse files
authored
docs(readme): change the text in Korean to English (#26)
1 parent 929c4d4 commit ebb3792

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/dirty-corners-stay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-native-vimeo-bridge": patch
3+
---
4+
5+
docs(readme): change the text in Korean to English

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ function App() {
126126

127127
<View style={styles.controls}>
128128
<TouchableOpacity onPress={() => seekTo(currentTime - 10)}>
129-
<Text>⏪ -10초</Text>
129+
<Text>⏪ -10s</Text>
130130
</TouchableOpacity>
131131

132132
<TouchableOpacity onPress={handlePlayPause}>
133-
<Text>{isPlaying ? '⏸️ 일시정지' : '▶️ 재생'}</Text>
133+
<Text>{isPlaying ? '⏸️ Pause' : '▶️ Play'}</Text>
134134
</TouchableOpacity>
135135

136136
<TouchableOpacity onPress={() => seekTo(currentTime + 10)}>
137-
<Text>⏭️ +10초</Text>
137+
<Text>⏭️ +10s</Text>
138138
</TouchableOpacity>
139139
</View>
140140
</View>

0 commit comments

Comments
 (0)